Connect AI
Cursor
Connect Matchanu to Cursor so AI in the editor knows your full project context.
Step 1 — Open MCP settings
- 1Open Cursor
- 2Press Cmd/Ctrl + Shift + J to open Settings
- 3Search for MCP or go to Features → MCP
- 4Click Add MCP Server
Step 2 — Add Matchanu
Fill in the fields:
Name
matchanuType
urlURL
https://mcp.matchanu.app/mcp?token=YOUR_TOKENOr edit ~/.cursor/mcp.json directly:
{
"mcpServers": {
"matchanu": {
"url": "https://mcp.matchanu.app/mcp?token=YOUR_TOKEN"
}
}
}Step 3 — Test it
Open Cursor's AI chat and ask:
"Use the matchanu tool to load my project context for [project name]."