MatchanuMatchanu
Docs

Connect AI

Cursor

Connect Matchanu to Cursor so AI in the editor knows your full project context.

Step 1 — Open MCP settings

  1. 1Open Cursor
  2. 2Press Cmd/Ctrl + Shift + J to open Settings
  3. 3Search for MCP or go to Features → MCP
  4. 4Click Add MCP Server

Step 2 — Add Matchanu

Fill in the fields:

Namematchanu
Typeurl
URLhttps://mcp.matchanu.app/mcp?token=YOUR_TOKEN

Or 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]."