PlanExe for Gemini CLI
io.github.planexeorg/planexe
MCP server for generating rough-draft project plans from natural-language prompts.
client:Gemini CLI
transport:streamable-http
tools:11
Install PlanExe in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"planexe": {
"httpUrl": "https://mcp.planexe.org/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs