Skip to content

Synapse

Free

by MCP Community

MCP server providing Flux (Docker management) and Scout (SSH operations) tools for homelab infrastructure

v1.0.2Added Apr 12, 2026
mcpsynapsefluxscouthomelab
Works with:ClaudeGPTGeminiCopilot

Synapse MCP Server

MCP server providing Flux (Docker management) and Scout (SSH operations) tools for homelab infrastructure

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y synapse-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "synapse": {
      "command": "npx",
      "args": ["-y", "synapse-mcp"]
    }
  }
}