MCP Server
MCP
io.github.forkflux/forkflux-mcp
Self-hosted multi-agent collaboration and audit layer for AI-assisted engineering teams
Install
uvx forkflux-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "forkflux-mcp",
"version": "0.6.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your API key for the service",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "FORKFLUX_API_KEY"
},
{
"description": "Your API URL for the service. Defaults to http://localhost:8000/api/v1 if not set.",
"format": "string",
"name": "FORKFLUX_API_URL"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment