Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"synaptic": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/../mcp-adapter/index.js"
],
"env": {
"SD_CLIENT": "claude-code",
"SD_CORE_URL": "http://localhost:9911",
"SD_ADAPTER_ID": "claude-code-mcp"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Environment variables set when the server starts
SD_CLIENT=claude-codeSD_CORE_URL=http://localhost:9911SD_ADAPTER_ID=claude-code-mcpnpx claudepluginhub nomadsgalaxy/synaptic --plugin synaptic-claude-code