Skip to content
VS Code

CodeCortex Context Engine for VS Code

io.github.behnamjalalico/codecortex-context-engine

Context intelligence for AI coding agents: navigation, impact, memory, guarded edits.

client:VS Code transport:stdio runtime:pypi

Install CodeCortex Context Engine in VS Code

.vscode/mcp.json

{
  "servers": {
    "codecortex-context-engine": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "codecortex-context-engine"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

CodeCortex Context Engine in other clients