stepcode for Gemini CLI
dev.stepcode/stepcode
Read-only MCP access to stepcode.dev's how-to corpus: analysis pages by tool.
client:Gemini CLI
transport:streamable-http
tools:5
Install stepcode in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"stepcode": {
"httpUrl": "https://stepcode.dev/api/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs