federated ai commons for VS Code
io.github.toby-self/federated-ai-commons
MCP server for a federated AI-commons governance simulation with a verified compliance oracle.
client:VS Code
transport:stdio
runtime:pypi
Install federated ai commons in VS Code
.vscode/mcp.json
{
"servers": {
"federated-ai-commons": {
"type": "stdio",
"command": "uvx",
"args": [
"federated-ai-commons-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs