AgentsKit Registry for Gemini CLI
io.github.agentskit-io/agentskit-registry
Discover open-source AI agents and get source-owned installation instructions through MCP.
client:Gemini CLI
transport:streamable-http
tools:4
Install AgentsKit Registry in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"agentskit-registry": {
"httpUrl": "https://registry.agentskit.io/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