graphpilot
Related Servers
Alternatives to graphpilot
- AlicenseNot gradedqualityCmaintenanceProvides local vector-based semantic memory storage for AI assistants to persist context and decisions across sessions using local embeddings and LanceDB. It enables private semantic search and session handoff capabilities to maintain long-term project context.81 npm5MIT
Related Servers
- FlicenseNot gradedqualityAmaintenanceLocal-first code retrieval for AI agents — cuts codebase context from thousands of tokens to a few hundred, with zero hallucinated file paths.3-
- FlicenseNot gradedqualityAmaintenancePersistent memory for AI coding agents: local-first semantic search, dependency graphs, git history.1-
- FlicenseAqualityAmaintenanceDeterministic repository context packing for AI coding agents: selects, compresses, and budgets only the files a task needs. Measured 83% fewer input tokens at the same task coverage, fully local, no LLM in the loop.936 PyPI9-
- AlicenseNot gradedqualityCmaintenanceGraph-native bounded working memory for coding agents with typed memories, causal retrieval, current-vs-stale state queries, and compact small-model briefs.2MIT
- AlicenseNot gradedqualityDmaintenanceProvides AI coding agents with persistent architectural memory of codebases, enabling impact analysis, test generation, and code generation with reduced token usage.MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI coding agents to efficiently query code context via a symbol graph, reducing token usage by up to 20x.534 npm487-
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose: gp_recall finds definitions, gp_callers shows direct callers/callees, gp_impact computes transitive blast radius, and gp_index re-indexes after edits. Descriptions explicitly contrast them, preventing ambiguity.
All tools follow the 'gp_<verb>' pattern with lowercase and underscores. Although the verbs mix nouns (callers, impact) and verbs (index, recall), the overall pattern is consistent and predictable.
With 4 tools, the server is well-scoped for its code analysis purpose. Each tool covers a core task without unnecessary duplication or excessive complexity.
The tool set covers essential workflows: finding definitions, direct dependencies, transitive impact, and re-indexing. Minor gaps like listing all symbols of a type exist, but the set handles the stated replace-grep goals effectively.