Skip to content
Claude Desktop

cortex for Claude Desktop

io.github.vblackjack/cortex

Local multi-client RAG server over the Model Context Protocol.

client:Claude Desktop transport:stdio runtime:pypi

Install cortex in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "cortex": {
      "command": "uvx",
      "args": [
        "cortex-local-rag"
      ],
      "env": {
        "CORTEX_KB_PATH": "<CORTEX_KB_PATH>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

cortex in other clients