Back to Apps

Synapse
by dinglebear-ai
Rust-powered MCP server for local Docker, Compose, SSH, ZFS, and host inspection workflows.
0 stars
Works in:CodexGemini CLI
Exposes:ToolsResources
What it does
Synapse connects AI agents to local and remote infrastructure, providing a comprehensive bridge for Docker daemon operations, Docker Compose project management, and deep host inspection via SSH. It allows an AI to manage containers, inspect ZFS pools, retrieve system logs, and execute a safe, allowlisted set of shell commands across multiple nodes.
Tools
flux: Manages Docker infrastructure, containers, Compose projects, and host inspection.scout: Handles SSH/local host inspection, safe file reads, allowlisted command execution, ZFS introspection, and log retrieval.
Installation
{
"mcpServers": {
"synapse": {
"command": "npx",
"args": ["-y", "@dinglebear/synapse", "mcp"]
}
}
}
Supported hosts
Confirmed for Claude Desktop, Claude Code, Codex, and Gemini CLI.
Quick install
npx -y @dinglebear/synapse mcpInformation
- Pricing
- free
- Published
- 8/5/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Add to mcp config or AGENTS.md as an npx launcher.Gemini CLI
Add to settings.json mcpServers entry using npx @dinglebear/synapse mcp.Claude Desktop
{
"mcpServers": {
"synapse": {
"command": "npx",
"args": ["-y", "@dinglebear/synapse", "mcp"]
}
}
}





