MCPFast / Tools / High-performance C++23 MCP server for code intelligence
A standalone, high-performance C++23 MCP server indexing codebases into persistent knowledge graphs, with sub-ms queries for 155 languages.
View on GitHub→This repository provides a standalone, high-performance MCP server built with C++23. It's designed to index large codebases into persistent knowledge graphs, enabling extremely fast querying for code intelligence tasks. The server is optimized for speed and efficiency, making it a valuable tool for developers working with extensive code repositories across a wide range of programming languages.
The core functionality of this MCP server is to ingest and process source code from various programming languages. It transforms this code into a structured knowledge graph, which represents the relationships and semantics within the codebase. This graph is then stored persistently, allowing for rapid retrieval of information. The server is engineered to handle complex code structures and large volumes of data without compromising performance.
This tool is primarily targeted at AI builders and software developers who require advanced code intelligence capabilities. It is particularly useful for: