Synapse RMCP for Cursor
ai.dinglebear/synapse
Host, Docker, Compose, SSH, logs, ZFS, and file operations over MCP and CLI.
client:Cursor
transport:stdio
runtime:npm
Install Synapse RMCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"synapse": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dinglebear/synapse"
],
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs