Synapse RMCP
About
Rust MCP and CLI server for Docker, host inspection, SSH, logs, ZFS, and safe file operations.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
SYNAPSE_HOME SYNAPSE_HOSTS_CONFIG SYNAPSE_CONFIG_FILE SYNAPSE_RMCP_VERSION SYNAPSE_RMCP_REPO SYNAPSE_RMCP_RELEASE_BASE_URL RUST_LOGClaude Code
claude mcp add --env SYNAPSE_HOME= --env SYNAPSE_HOSTS_CONFIG= --env SYNAPSE_CONFIG_FILE= --env SYNAPSE_RMCP_VERSION= --env SYNAPSE_RMCP_REPO= --env SYNAPSE_RMCP_RELEASE_BASE_URL= --env RUST_LOG= synapse-rmcp -- npx synapse-rmcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"synapse-rmcp","command":"npx","args":["synapse-rmcp"],"env":{"SYNAPSE_HOME":"","SYNAPSE_HOSTS_CONFIG":"","SYNAPSE_CONFIG_FILE":"","SYNAPSE_RMCP_VERSION":"","SYNAPSE_RMCP_REPO":"","SYNAPSE_RMCP_RELEASE_BASE_URL":"","RUST_LOG":""}}'
JSON
{
"mcpServers": {
"synapse-rmcp": {
"command": "npx",
"args": [
"synapse-rmcp"
],
"env": {
"SYNAPSE_HOME": "",
"SYNAPSE_HOSTS_CONFIG": "",
"SYNAPSE_CONFIG_FILE": "",
"SYNAPSE_RMCP_VERSION": "",
"SYNAPSE_RMCP_REPO": "",
"SYNAPSE_RMCP_RELEASE_BASE_URL": "",
"RUST_LOG": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.