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 CodeCortexConfiguration
{
"mcpServers": {
"CodeCortex": {
"command": "npx",
"args": ["-y", "CodeCortex"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes