federated AI commons

federated AI commons

Local
@toby-selfPythonApache-2.0Updated 2mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIfederated-ai-commons-mcpv0.1.1

Run

uvx federated-ai-commons-mcp

MCP client config

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