Skip to content
Cursor

ai context kit for Cursor

io.github.ofershap/ai-context-kit

Lint, measure, and sync AI context files across Cursor, Claude Code, Copilot.

client:Cursor transport:stdio runtime:npm

Install ai context kit in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "ai-context-kit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ai-context-kit"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ai context kit in other clients