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
{
"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