forkflux mcp for Claude Desktop
io.github.forkflux/forkflux-mcp
Self-hosted multi-agent collaboration and audit layer for AI-assisted engineering teams
client:Claude Desktop
transport:stdio
runtime:pypi
Install forkflux mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"forkflux-mcp": {
"command": "uvx",
"args": [
"forkflux-mcp"
],
"env": {
"FORKFLUX_API_KEY": "<FORKFLUX_API_KEY>",
"FORKFLUX_API_URL": "<FORKFLUX_API_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs