Context-MCP
Related Servers
Alternatives to Context-MCP
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityBmaintenanceProvides long-term memory and codebase AST intelligence for AI coding agents, enabling persistent context handoff and high-efficiency symbol queries.-
- AlicenseAqualityBmaintenanceProvides persistent memory and a codebase knowledge graph for AI coding assistants, enabling shared context across multiple tools like Claude, Cursor, and ChatGPT, with significant token reduction.513 npmMIT
- AlicenseNot gradedqualityBmaintenanceProvides a local long-term memory layer for AI coding tools like Cursor and Claude Code, enabling cross-session, cross-tool sharing of project facts, user preferences, decisions, and workflows.18 npm2MIT
- AlicenseNot gradedqualityCmaintenanceProvides AI coding agents with persistent, graph-connected memory across projects, enabling cross-project context retrieval via synaptic connections and hybrid search.12 npm6MIT
- FlicenseNot gradedqualityCmaintenanceProvides persistent codebase memory and semantic context for AI agents via AST-aware chunking and symbol graph indexing.1-
- FlicenseNot gradedqualityAmaintenanceProvides persistent, local-first memory with knowledge graph and hybrid search for AI coding agents, reducing token usage by storing decisions, patterns, and codebase context.8-
TDQS
Scored across 9 tools
Each tool has a clearly different job—build, query, contextualize, report, list, visualize, impact, filter, architectural map—but some overlap exists: codegraph_query and codegraph_context both return graph context, and codegraph_nodes is essentially a restricted version of codegraph_filter. The descriptions are strong enough that an agent can usually choose correctly.
All tools share the consistent codegraph_ prefix and snake_case, and the suffixes are short and readable. However, they mix verb-style suffixes (build, query, filter) with noun-style suffixes (context, report, nodes, html, arch), so the set is not a strict verb_noun pattern.
Nine tools is well within the ideal range and appropriate for a code-graph server. Each tool corresponds to a distinct workflow: building, querying, contextualizing, reporting, listing, visualizing, impact analysis, filtering, and architectural mapping.
The tool surface covers the full lifecycle of a code knowledge graph: build, inspect, filter, query, analyze impact, generate reports, and export visualization. There are no obvious missing operations that would block an agent from using the graph effectively; rebuild-on-change is handled via codegraph_build.