Skip to content

federated ai commons for Grok

io.github.toby-self/federated-ai-commons

MCP server for a federated AI-commons governance simulation with a verified compliance oracle.

client:Grok transport:stdio runtime:pypi

Install federated ai commons in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "federated-ai-commons": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "federated-ai-commons-mcp"
      ]
    }
  }
}

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

federated ai commons in other clients