Synapse
Freeby MCP Community
MCP server providing Flux (Docker management) and Scout (SSH operations) tools for homelab infrastructure
v1.0.2Added Apr 12, 2026
mcpsynapsefluxscouthomelab
Synapse MCP Server
MCP server providing Flux (Docker management) and Scout (SSH operations) tools for homelab infrastructure
Installation
Reviews
Installation
Quick install
npx -y synapse-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"synapse": {
"command": "npx",
"args": ["-y", "synapse-mcp"]
}
}
}