Skip to content
Gemini CLI

agentfolio mcp server for Gemini CLI

io.github.0xbrainkid/agentfolio-mcp-server

AI agent identity verification via SATP on Solana. Trust scores and on-chain attestations.

client:Gemini CLI transport:stdio runtime:npm

Install agentfolio mcp server in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "agentfolio-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "agentfolio-mcp-server"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

agentfolio mcp server in other clients