Skip to content
Cursor

federated ai commons for Cursor

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

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

client:Cursor transport:stdio runtime:pypi

Install federated ai commons in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

federated ai commons in other clients