@1337xcode/cortex
v0.5.8
Published
Code intelligence MCP server. Indexes your repository into a queryable call graph for AI coding agents.
Maintainers
Readme
@1337xcode/cortex
Code intelligence MCP server. Indexes your repository into a queryable call graph for AI coding agents.
Install
npx @1337xcode/cortex installThis downloads the correct binary for your platform and configures your IDE/agent to use Cortex as an MCP server.
What it does
Cortex parses your code with tree-sitter (28 languages), extracts functions, classes, and call edges, and stores them in a local SQLite database. AI agents query this graph instead of reading raw files, cutting token usage by 10-100x on structural questions.
Works offline, no API keys required.
