Stats
Actions
Tags
From flux
Local stdio MCP server running flux-mcp in Docker, mounting persistent flux-data volume. Provides deployment capabilities for Flux GitOps toolkit on Kubernetes.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"flux": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"flux-data:/app/packages/data",
"flux-mcp"
]
}
}
}Server configuration and connection parameters
dockerCommand-line arguments passed to the server process
Declared capabilities of this MCP server
npx claudepluginhub sirsjg/flux --plugin flux