My bad - I see the filtering is already available via MCP: https://www.nirvanahq.com/help/ai/mcp-setup
this is awesome, thanks for making that available.
Also Gemini!!!
Are you referring to Gemini chat?
Gemini CLI or AI Studio. But for me, I’m actually using Eney to acces Nirvana through MCP. Previously I was using the API but now changed to MCP
I'm quite sure you could integrate it in Antigravity 2.0 or Antigravity CLI (since Gemini CLI was discontinued recently) via url and OAuth: https://antigravity.google/docs/mcp
FYI I managed to configure the Nirvana MCP in Antigravity IDE by editing the mcp_config.json file: { "mcpServers": { "nirvana": { "command": "npx", "args": [ "-y", "mcp-remote", "https://mcp.nirvanahq.com/mcp" ] } } } However, you need to have the Node.js installed to use the npx, because apparently you can't connect to Nirvana MCP directly, because of the OAuth authentication. Then you can simply talk with a Gemini chatbot inside Antigravity to work with Nirvana.
Cool! Did you try creating a personal access token (PAT) via https://mcp.nirvanahq.com/tokens ? That might work...
Yes, Eney is connecting through PAT
Isn't it already released? Or it's beta? https://mcp.nirvanahq.com/login I already tried it, and had some success (e.g. with exposing the tasks' creation date/last update date which is hidden in UI but apparently available via MCP). However, to be more useful, can you implement filtering? Currently I can only filter by state (Next, Later, etc.) - or at least that's what Claude told me. And since the max request size is 100 items, it's difficult to do any meaningful work. It would be helpful to be able to filter by tags, energy, etc., or ideally by words - whatever is feasible to implement.