agentpedia mcp server for Gemini CLI
io.github.ksaslam311/agentpedia-mcp-server
Search, discover, and contribute to AgentPedia - the knowledge base for AI agents.
client:Gemini CLI
transport:stdio
runtime:npm
Install agentpedia mcp server in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"agentpedia-mcp-server": {
"command": "npx",
"args": [
"-y",
"@agentpedia/mcp-server"
],
"env": {
"AGENTPEDIA_API_KEY": "<AGENTPEDIA_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