project-cortex
Verified Safeby mvp-joe
Overview
Enhances AI coding assistants by providing deep semantic understanding of code and documentation via a searchable vector database.
Installation
No command providedSecurity Notes
Project Cortex is designed for privacy-first, local operation, with the core MCP server and embedding server running locally. Future support for remote embedding providers is planned. The `cortex-embed` binary is ~300MB and is downloaded from GitHub Releases.
Similar Servers
VectorCode
Indexes code repositories to generate relevant contextual information for Large Language Models (LLMs), enhancing their performance on specific or private codebases.
chunkhound
Provides local-first codebase intelligence, extracting architecture, patterns, and institutional knowledge for AI assistants.
codegraph-rust
Transforms codebases into a semantically searchable knowledge graph, enabling AI agents to reason about code relationships, architecture, and impact rather than just performing text-based searches.
codebase-context
Provides AI coding agents with real-time, context-rich insights into a codebase's patterns, libraries, architecture, and conventions to improve code generation quality and alignment with team standards.