Back to Apps

Context Sherpa
by hackafterdark
High-fidelity context engineering server for AI coding agents using SCIP and ast-grep to reduce token usage by up to 90%.
0 stars
Works in:Cursor
Exposes:ToolsResources
What it does
Context Sherpa is a specialized context engineering platform that provides AI coding agents with precise, high-fidelity symbolic signals (definitions, references, and impact analysis). It eliminates the noise of traditional grep or semantic search by using structural analysis to ensure code changes are correct and idiomatic.
Tools
- Code Atlas Explorer: Visualizes and inspects codebase relationships.
- Agent Rule Management: Manages project-specific standards via ast-grep.
- Local Reasoning: Integrates with Ollama/LM Studio for tiered inference and semantic triage.
- Symbolic Indexing: Provides exact symbol resolution using SCIP for Go, TypeScript, and Python.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"context-sherpa": {
"command": "context-sherpa",
"args": ["--projectRoot", "/path/to/your/project"]
}
}
}
Supported hosts
Confirmed hosts include Claude Desktop, Cursor, Cline, and Roo Code.
Quick install
context-sherpa --projectRoot /path/to/your/projectInformation
- Pricing
- free
- Published
- 6/1/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to mcp.json in ~/.cursor/ or project .cursor/Claude Desktop
{
"mcpServers": {
"context-sherpa": {
"command": "context-sherpa",
"args": ["--projectRoot", "/path/to/your/project"]
}
}
}





