Connect Cursor to Synamcps
Updated · Synamcps
Point Cursor at your Synamcps /mcp endpoint with a least-privilege token in a few clicks.
Ensure Synamcps is running (see the Docker Compose quick start) and that you can sign in to the Admin UI. Create or select a storage that holds the knowledge Cursor should retrieve.
Open the MCP Connect wizard in the Admin UI. Choose Cursor as the client, pick storages by name, and create or select a scoped token with the tools and maxMode you need (often read-only knowledge_search for research).
Copy the generated MCP configuration. Paste it into Cursor's MCP settings. The config points at your streamable HTTP /mcp URL and includes the bearer token — no raw storage IDs to hand-edit.
Reload MCP servers in Cursor and confirm tools/list shows only the tools granted to that token. Ask Cursor a question that should hit knowledge search and verify citations come from the expected storage.
For production, prefer short-lived tokens, rotate via the Admin API when a workflow ends, and keep CORS allowlists tight. The same wizard also generates Claude Desktop config if you need a second client.