Synapse RMCP for Zed
ai.dinglebear/synapse-rmcp
Rust MCP and CLI server for Docker, host inspection, SSH, logs, ZFS, and safe file operations.
client:Zed
transport:stdio
runtime:npm
Install Synapse RMCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"synapse-rmcp": {
"command": "npx",
"args": [
"-y",
"synapse-rmcp"
],
"env": {
"SYNAPSE_HOME": "<SYNAPSE_HOME>",
"SYNAPSE_HOSTS_CONFIG": "<SYNAPSE_HOSTS_CONFIG>",
"SYNAPSE_CONFIG_FILE": "<SYNAPSE_CONFIG_FILE>",
"SYNAPSE_RMCP_VERSION": "<SYNAPSE_RMCP_VERSION>",
"SYNAPSE_RMCP_REPO": "<SYNAPSE_RMCP_REPO>",
"SYNAPSE_RMCP_RELEASE_BASE_URL": "<SYNAPSE_RMCP_RELEASE_BASE_URL>",
"RUST_LOG": "<RUST_LOG>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs