MCPFast / Tools / LynxMCP: Local MCP Server for Semantic Code Search
100% local MCP server for semantic code search, featuring AST-aware chunking, hybrid BM25+dense retrieval, and a code knowledge graph.
View on GitHub→LynxMCP is a powerful, self-hosted MCP server designed for developers seeking advanced semantic code search capabilities. It leverages a combination of cutting-edge AI techniques to provide highly relevant search results directly within your local development environment. This tool is built for those who prioritize data privacy, control, and efficient code exploration.
LynxMCP enables semantic code search by indexing your codebase and making it searchable based on meaning rather than just keywords. It processes code at a granular level, understanding its structure and relationships. This allows you to find code snippets that are functionally similar, even if they use different variable names or syntax. The server operates entirely locally, ensuring your code remains private and secure.
LynxMCP is ideal for AI builders, software engineers, and development teams who: