Cursor
Synap connects to Cursor as an MCP server via ~/.cursor/mcp.json.
Setup
curl -fsSL https://get.synap.ing | sh The setup CLI detects Cursor and writes the MCP config automatically. Restart Cursor to activate.
Manual setup
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"arx": {
"command": "~/.local/bin/synap-mcp",
"args": ["-y", "arx-mcp-server"],
"env": {
"ARX_CONFIG": "~/.arx/config.json"
}
}
}
} Usage
Cursor’s agent mode can use ARX tools to search your knowledge graph, capture insights, and traverse connections — all within your coding workflow.