Skip to content

CodeCortex Context Engine for Grok

io.github.behnamjalalico/codecortex-context-engine

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

client:Grok transport:stdio runtime:pypi

Install CodeCortex Context Engine in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

CodeCortex Context Engine in other clients