About heuristic
heuristic is an MCP server published by git+softerist in the AI category: an enhanced MCP server providing intelligent semantic code search with find-similar-code, recency ranking, and improved chunking. Fork of smart-coding-mcp. It has been installed 0 times through Conduid.
Install
npx @softerist/heuristic-mcpclaude mcp add heuristic-mcp-gitsofte -- npx -y @softerist/heuristic-mcpnpx -y @softerist/heuristic-mcpThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about heuristic
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.
README
Heuristic MCP Server
Heuristic MCP adds smart code search to your editor or MCP client.
Requirements
- Node.js
18+ - npm (for global install)
- Internet access at least once to download the embedding model (if install-time download is skipped, it downloads on first run)
- 64-bit Node.js recommended for native ONNX performance; on Windows, install Microsoft Visual C++ 2015-2022 Redistributable (x64) if native bindings fail
Install
npm install -g @softerist/heuristic-mcp
Then enable it for your client:
heuristic-mcp --start
If your editor was already open, reload it once.
How It Works
- The server scans your workspace and builds a searchable index of your code.
- IDE AI models/MCP tools query that index using plain language so you can find relevant code quickly.
- Results improve as your index stays up to date with project changes.
Basic Commands
heuristic-mcp --status
heuristic-mcp --logs
heuristic-mcp --stop
Use heuristic-mcp --status first if something looks off.
Use heuristic-mcp --cache to see the cache status or file index progress.
Advanced Docs
Detailed configuration, tool reference, troubleshooting, and release notes are in:
License: MIT
README mirrored from the source repository 4 months ago. The original is authoritative.