codebase-memory-mcpMCP Server40/100 via “mcp tool exposure with stdio transport and cli fallback”
High-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds. 66 languages, sub-ms queries, 99% fewer tokens. Single static binary, zero dependencies.
Unique: Implements MCP server in C with a single-threaded event loop using yyjson for fast JSON parsing, enabling low-latency tool calls from MCP clients. Dual-mode exposure (MCP + CLI) allows integration with AI agents and scripting without requiring separate adapters. Single static binary with zero dependencies simplifies deployment to any MCP-compatible client.
vs others: Native MCP integration eliminates the need for custom plugins or adapters, whereas REST API approaches require additional HTTP server infrastructure and introduce network latency. CLI mode enables scripting without MCP client setup, whereas LSP-based approaches require language-specific server configuration.