Skip to content

federated ai commons for Zed

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

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

client:Zed transport:stdio runtime:pypi

Install federated ai commons in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "federated-ai-commons": {
      "command": "uvx",
      "args": [
        "federated-ai-commons-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

federated ai commons in other clients