Synchronex for Cline
ai.synchronex/mcp-proxy
Connect any AI agent to your Synchronex workspace — portable memory, decisions, and workers.
client:Cline
transport:stdio
runtime:npm
Install Synchronex in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"mcp-proxy": {
"command": "npx",
"args": [
"-y",
"@synchronex/mcp-proxy"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs