agentprofile for Gemini CLI
io.github.everyai-com/agentprofile
One profile — skills, credentials, and memory — synced to every agent tool via one MCP URL.
client:Gemini CLI
transport:streamable-http
Install agentprofile in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"agentprofile": {
"httpUrl": "https://agentprofile.everyai-com.workers.dev/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs