Agent Blueprint for Gemini CLI
io.github.agent-blueprint/mcp-server
Explore and download AI agent blueprints as Agent Skills directories for coding agents
client:Gemini CLI
transport:stdio
runtime:npm
Install Agent Blueprint in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"agentblueprint"
],
"env": {
"AGENT_BLUEPRINT_API_KEY": "<AGENT_BLUEPRINT_API_KEY>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs