Skip to content
Cursor

contextual for Cursor

io.github.contextual-laboratories/contextual

Persistent memory for AI coding agents: local-first semantic search, dependency graphs, git history.

client:Cursor transport:stdio runtime:pypi

Install contextual in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "contextual": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "contextual-engine"
      ],
      "env": {
        "CONTEXTUAL_LOG_LEVEL": "<CONTEXTUAL_LOG_LEVEL>"
      }
    }
  }
}

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

contextual in other clients