Integrations

Cursor

Connect Contxt to Cursor via MCP. Your project's decisions and patterns are available to Cursor's AI in every chat session.

Prerequisites

  • Contxt CLI installed and authenticated
  • Cursor 0.40 or later (with MCP support)

Add to Cursor MCP settings

Open Cursor → Settings → MCP, then add a new server:

{
  "mcpServers": {
    "contxt": {
      "command": "contxt",
      "args": ["mcp"]
    }
  }
}

Alternatively, edit ~/.cursor/mcp.json directly.

Restart Cursor after saving.

Using Contxt in Cursor Chat

Once connected, you can reference Contxt context directly in Cursor's chat:

Example prompts
  • "What decisions have we made about authentication?"
  • "Load my project context and then help me add a new API route"
  • "Are there any patterns I should follow for error handling?"