Codehelper
Related Servers
Alternatives to Codehelper
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceEnables AI coding agents to query a local, continuously updated symbol graph of a codebase, providing ranked search, caller/callee exploration, dependency paths, and git-diff impact analysis through MCP tools.21 npmApache 2.0
- AlicenseNot gradedqualityBmaintenanceMCP server for local-first code intelligence, providing structural code graph, semantic search, and impact analysis to AI agents.2MIT
- AlicenseCqualityBmaintenanceLocal-first codebase intelligence engine providing AI coding agents with a typed MCP toolset for understanding and navigating code repositories.10051Apache 2.0
- AlicenseBqualityDmaintenanceLocal-first codebase context engine that parses code into a ranked dependency graph and serves it to AI tools via MCP for deep structural understanding.59 npm1MIT
- AlicenseAqualityAmaintenanceCodebase intelligence and context engine for AI coding agents: search, symbol lookup, impact analysis, and context building via MCP.211MIT
- AlicenseNot gradedqualityAmaintenanceA persistent code-intelligence MCP server that builds a queryable knowledge graph of your codebase, enabling AI assistants to perform cross-file structural reasoning, dependency analysis, and blast radius detection.6MIT
TDQS
Scored across 39 tools
Many tools occupy overlapping investigative territory: scout, similar, query, find_implementations, trace, and change_kit all help locate or understand code, while investigate and orchestrate both run fused workflows. The descriptions are detailed, but an agent would struggle to reliably pick between these parallel search/investigation paths and related post-edit tools like since, review, edit_cycle, and verify.
Names are consistently snake_case, which is good, but the style mixes bare verbs (investigate, plan, query, review, trace, verify), bare nouns (hotspots, browser, docs, glossary, hints), and prefixed groups (agent_*, orchestration_*). The pattern is readable but not predictable enough to infer what a tool does from its name alone.
At 39 tools, this is well into the 'too many' range even for a broad code-assistant server. Several tools are redundant or could be consolidated, such as the orchestration cluster (orchestrate, orchestration, orchestration_feedback, orchestration_memory, run_trace) and the overlapping edit/review cluster (edit_cycle, since, review, verify, apply_patch_workspace_file).
The surface is broad, but descriptions repeatedly reference tools that are not exposed: context, impact, test_impact, context_bundle, diagnostics, review_diff, kickoff, docs_add, and orient. The set also lacks an explicit create-file workflow, only patching existing files. These missing pieces create dead ends and force agents to work around gaps in the advertised workflow.