transcend
Related Servers
Alternatives to transcend
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityAmaintenanceLocal-first code intelligence MCP server that enables coding agents to search code, inspect structure, read exact ranges, and explore Git history with explicit token budgets.23Apache 2.0
- FlicenseNot gradedqualityDmaintenanceGive your AI coding agents superpowers — a local MCP server for fast, token-efficient code navigation, search & analysis.-
- 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
- AlicenseNot gradedqualityCmaintenanceMCP server for semantic codebase navigation that builds an AST index of symbols, imports, and exports, providing AI agents with tools to search, explore, and understand code.MIT
- AlicenseNot gradedqualityAmaintenanceMCP server that gives AI coding agents codebase navigation intelligence, enabling symbol lookup, reference finding, type inspection, and diagnostics through tools like locate, refs, hover, diagnostics, status, and rename.598MIT
- AlicenseAqualityBmaintenanceMCP server that helps AI coding agents understand a repository by providing lightweight tree/map, code search, and token-budgeted context packing tools without dumping the entire monorepo into the prompt.39105MIT
TDQS
Scored across 14 tools
Each tool has a distinct purpose with clear boundaries between static map exploration (map_*) and live language server queries (nav_*). The descriptions explicitly guide when to use each, preventing confusion.
Tools follow a consistent pattern: map_+verb for static operations and nav_+noun/verb for live queries. The 'resolve' tool is a well-justified exception serving as a bridge between layers.
With 14 tools, the server covers both cheap static analysis and expensive but accurate live queries without unnecessary overlap. The number is well-scoped for comprehensive code navigation.
The tool set covers all common navigation tasks: structural overview, search, path finding, call hierarchy, definitions, references, implementations, symbols, type information, and handles staleness. No obvious gaps exist.