Back to MCP Servers

CodeCortex

Persistent codebase knowledge layer for AI coding agents. Pre-digests codebases into structured knowledge (symbols, dependency graphs, co-change patterns, architectural decisions) via tree-sitter native parsing (28 languages) and serves via MCP. 14 tools, ~85% token reduction. W…

knowledge-memoryaiagent

Installation

npx -y CodeCortex

Configuration

{
  "mcpServers": {
    "CodeCortex": {
      "command": "npx",
      "args": ["-y", "CodeCortex"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub