Granoflow for Gemini CLI
com.granoflow/mcp-server
Connect MCP-capable AI agents to local Granoflow tasks, reviews, cards, imports, and work memory.
client:Gemini CLI
transport:stdio
runtime:npm
Install Granoflow in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@granoflow/mcp-server"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs