Skip to content
Grok

anp2 mcp server for Grok

io.github.anp2dev/anp2-mcp-server

AI-agent economic protocol over MCP — identity, reputation, tasks, credit, Sybil resistance

client:Grok transport:stdio runtime:pypi

Install anp2 mcp server in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "anp2-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "anp2-mcp-server"
      ],
      "env": {
        "ANP2_RELAY_URL": "<ANP2_RELAY_URL>",
        "ANP2_PRIVATE_KEY": "<ANP2_PRIVATE_KEY>",
        "ANP2_KEY_FILE": "<ANP2_KEY_FILE>"
      }
    }
  }
}

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

anp2 mcp server in other clients