heuristic-mcp

An MCP server (Node.js) that scans a local workspace, builds a semantic index of code, and exposes tools for AI/editor clients to search relevant code in response to natural-language queries. It also maintains an up-to-date index (via file watching) and supports debugging/status/log commands.

Evaluated Mar 30, 2026 (21d ago)
Homepage ↗ Repo ↗ Search mcp code-search semantic-search embeddings ai-coding nodejs local-indexing workspace-index
⚙ Agent Friendliness
38
/ 100
Can an agent use this?
🔒 Security
19
/ 100
Is it safe for agents?
⚡ Reliability
29
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
55
Documentation
45
Error Messages
0
Auth Simplicity
20
Rate Limits
0

🔒 Security

TLS Enforcement
0
Auth Strength
10
Scope Granularity
0
Dep. Hygiene
55
Secret Handling
40

Security details are limited in the provided materials: no authentication/scopes, no TLS/network guidance, and no explicit secret-handling practices documented. Dependencies include @huggingface/transformers and other libraries; without lockfile/CVE info we can only score dependency hygiene as moderate-to-uncertain. The package will download embedding models at install or first run and scans local workspaces, which increases the need for careful operational isolation and least-privilege execution.

⚡ Reliability

Uptime/SLA
0
Version Stability
55
Breaking Changes
30
Error Recovery
30
AF Security Reliability

Best When

You want local, editor-integrated semantic code search over a codebase and can accept initial indexing and local storage.

Avoid When

You need a hosted/scalable SaaS with robust access controls, documented SLAs, and clearly specified network/security boundaries.

Use Cases

  • Semantic code search from an MCP-capable IDE/agent
  • Find similar code snippets/functions across a repository
  • Recency-aware or proximity-enhanced retrieval for coding assistants
  • Accelerating navigation for large codebases via natural-language queries

Not For

  • Serving remote users over the public internet (no clear auth/network security surfaced in the README)
  • Multi-tenant environments without strong operational isolation
  • Use cases requiring strict data residency/compliance guarantees (not documented here)
  • High-availability deployments where local indexing must not impact responsiveness

Interface

REST API
No
GraphQL
No
gRPC
No
MCP Server
Yes
SDK
No
Webhooks
No

Authentication

OAuth: No Scopes: No

The README does not describe any authentication mechanism for connecting to the MCP server. Since this appears intended to run locally and be enabled via a CLI command, auth may be implicit/omitted; this is a notable uncertainty.

Pricing

Free tier: No
Requires CC: No

No pricing information in the provided README/manifest. As an npm package, it is likely paid only in terms of infrastructure/compute used to download models and index locally.

Agent Metadata

Pagination
none
Idempotent
False
Retry Guidance
Not documented

Known Gotchas

  • Initial indexing may require significant resources and/or downloads (embedding model).
  • No explicit mention of network/auth boundaries; agents should assume local-only and carefully control where the process listens.
  • Cache/index state may affect results; use --cache and --status when behavior is unexpected.

Alternatives

Full Evaluation Report

Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for heuristic-mcp.

AI-powered analysis · PDF + markdown · Delivered within 30 minutes

$99

Package Brief

Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.

Delivered within 10 minutes

$3

Score Monitoring

Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.

Continuous monitoring

$3/mo

Scores are editorial opinions as of 2026-03-30.

8642
Packages Evaluated
17761
Need Evaluation
586
Need Re-evaluation
Community Powered