Skip to content

agentfolio mcp server for Grok

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

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

client:Grok transport:stdio runtime:npm

Install agentfolio mcp server in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

agentfolio mcp server in other clients