CodeCortex Context Engine for Cursor
io.github.behnamjalalico/codecortex-context-engine
Context intelligence for AI coding agents: navigation, impact, memory, guarded edits.
client:Cursor
transport:stdio
runtime:pypi
Install CodeCortex Context Engine in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"codecortex-context-engine": {
"type": "stdio",
"command": "uvx",
"args": [
"codecortex-context-engine"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs