Skip to content
Cursor

ai context for Cursor

com.vibgrate/ai-context

Local-first MCP server: version-correct library docs, code map, and offline drift for your repo.

client:Cursor transport:stdio runtime:npm

Install ai context in Cursor

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

{
  "mcpServers": {
    "ai-context": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@vibgrate/cli"
      ]
    }
  }
}

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

ai context in other clients