AgentForge for Gemini CLI
org.sciscale/agentforge-mcp
Turn rough requests into rigorously structured prompts, for any coding agent.
client:Gemini CLI
transport:stdio
runtime:npm
Install AgentForge in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"agentforge-mcp": {
"command": "npx",
"args": [
"-y",
"agentforge-mcp"
],
"env": {
"AGENTFORGE_API_KEY": "<AGENTFORGE_API_KEY>",
"AGENTFORGE_API_URL": "<AGENTFORGE_API_URL>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs