1
Generate your API key
Open the Cursor connect guide in app.xysq.ai (Connect → Cursor) and click Generate. The full value is shown exactly once; copy it now or revoke and regenerate later.
2
Copy your MCP config
Cursor reads MCP servers from a JSON file. This config tells Cursor where xysq lives and how to authenticate:Prefer one-click? The in-app guide has a button that opens Cursor and installs xysq automatically, no JSON editing.
3
Paste into mcp.json
Open Cursor’s MCP config file, paste the JSON, and save. If a
mcpServers block already exists, add the xysq entry inside it (don’t duplicate the outer block).Global vs project-scoped: the path above is the global config (xysq available in every workspace). For project-only access, use
.cursor/mcp.json inside the repo root instead. Same JSON shape.4
Verify the connection
Open the Agent panel in Cursor and ask it to do something with xysq, for example:The in-app guide watches for the first call from Cursor and marks the connection verified.