heuristic-mcp
Active·★ 21·MIT·Updated 2026-02-25
★ Hidden Gem★ Code Assistant★ Dev Tooling
Enhanced MCP server for semantic code search with call-graph proximity, recency ranking, and find-similar-code. Built for AI coding assistants.
Heuristic MCP is a server that provides smart code search capabilities to editors and MCP clients. It works by scanning your workspace to build a searchable code index, which AI models and MCP tools can then query using natural language.
#Code Search#AI Tool#Editor Plugin#Development Utility#Workspace Indexing#Smart Search#Node.js Application
01
Features
01Smart Code Search
02Workspace Indexing
03Natural Language Querying
04Real-time Index Updates
02
Compatibility
Node.js
Runtime
Verified via docs
npm
Package Manager
Verified via docs
03
Quick start
1
$ npm install -g @softerist/heuristic-mcp
2
$ heuristic-mcp --start
04
Use cases
↳Quickly find relevant code snippets or functions within your codebase.
↳Integrate intelligent code search capabilities into your favorite editor or IDE.
↳Empower AI models and MCP tools to query your code using plain language.
05
Alternatives
Context7★ 56.4k
MCP Server that provides up-to-date code documentation for LLMs and AI code editors.
awesome-cursorrules★ 39.8k
📄 Configuration files that enhance Cursor AI editor experience with custom rules and behaviors
contextplus★ 1.9k
Semantic Intelligence for Large-Scale Engineering. Context+ is an MCP server designed for developers who demand 99% accuracy. By combining Tree-sitter AST parsing, Spectral Clustering, and Obsidian-style linking, Context+ turns a massive codebase into a searchable, hierarchical feature graph.
Related searches
Comments
Log in to leave a comment
- JJamie HarrisMay 9, 2026
Good for AI coding tools that need to navigate complex codebases intelligently.
- Remy ChenMay 7, 2026
Call-graph proximity and recency weighting in semantic code search is sophisticated.
- CCameron LewisApr 1, 2026
Finding code by how it relates to other code, not just its content, is the right approach.
- MMarlowe JohnsonMar 4, 2026
Heuristic weighting makes results more relevant than pure embedding similarity.