Awesome MCPSoftware Development

marcoaapfortes/Mantic.sh

⭐ 556 TypeScript added to this list on 2026-01-11 repository created 2026-01-04

Mantic.sh is a context-aware structural code search engine designed specifically for AI agents, prioritizing relevance and intent understanding over raw search speed. It operates by inferring intent from file structure and metadata rather than brute-force content scanning, enabling faster and more meaningful code retrieval. The project supports advanced search features such as CamelCase detection, exact filename matching, path sequence matching, and semantic multi-word queries, which significantly improve the accuracy and relevance of search results compared to traditional tools like grep, ripgrep, and fzf. Mantic.sh is optimized for AI agents by reducing unnecessary context retrieval overhead, which results in retrieval speeds typically under 500 milliseconds for most repositories and under 4 seconds for very large monorepos like Chromium. It also reduces token usage by filtering out irrelevant files before reading, enhancing efficiency and privacy since it runs entirely locally with zero data egress. The tool supports session management with context carryover, boosting results based on previously viewed files, and includes a learning system that caches successful search patterns for adaptive ranking. The project is production-ready and has been tested on large codebases, demonstrating superior result quality and 100% multi-repo accuracy. It offers a zero-query mode to provide insights such as modified files and related dependencies without explicit queries. Mantic.sh is fully compatible with the Model Context Protocol (MCP), enabling integration with MCP-compatible tools like Claude Desktop, Cursor, and VS Code. While Mantic.sh is slower than some traditional search tools in raw speed, it excels in delivering highly relevant and contextually accurate results, making it ideal for AI agents and developers who need to understand code structure and intent. It is less suited for quick text searches or extremely large repositories where speed is critical. The project is open-source and provides easy installation options via npm or from source, with detailed documentation and benchmarks available.

https://github.com/marcoaapfortes/Mantic.sh

adaptive-rankingai-agentai-agentscamelcase-detectionclaudecode-retrievalcode-searchcode-structure-understandingcodebase-searchcontext-aware-code-searchcontext-retrievalcursordeveloper-toolsexact-filename-matchingimpact-analysislocal-firstmcpmcp-servermodel-context-protocolmulti-repo-accuracyopen-sourcepath-sequence-matchingprivacyragrelevance-rankingsemantic-searchsession-managementstructural-code-searchtypescriptzero-query-mode

Also in Software Development

Graphify-Labs/graphify

Graphify transforms codebases, documentation, and other files into queryable knowledge graphs, enhancing developer productivity with local AST parsing and detailed edge explanations.

upstash/context7

Context7 MCP Server is an MCP server that delivers up-to-date, version-specific code documentation and examples to enhance LLMs and AI code editors, ensuring accurate and current code generation.

DeusData/codebase-memory-mcp

High-performance Model Context Protocol (MCP) server that indexes codebases into a persistent knowledge graph for AI coding agents, supporting 158 languages, lightning-fast queries, and various dev...

github/github-mcp-server

GitHub MCP Server is an official Model Context Protocol server that integrates with GitHub APIs to enable advanced automation and AI-powered interactions with GitHub repositories and workflows.

tirth8205/code-review-graph

Code-review-graph is a local-first code intelligence solution that builds a persistent structural map of your codebase to provide precise context to AI coding tools, significantly reducing token us...

oraios/serena

Serena is a free and open-source coding agent toolkit that uses the Model Context Protocol to enable LLMs to autonomously perform semantic code retrieval and editing with IDE-like precision on complex codebases.

eyaltoledano/claude-task-master

Claude Task Master is an AI-powered task management system designed for AI-driven development that integrates seamlessly with various editors via the Model Control Protocol (MCP).

mksglu/context-mode

Context Mode is an MCP server designed to optimize context window usage for AI coding agents by sandboxing tool output, tracking session continuity with SQLite, and promoting LLMs as code generator...