context-sherpa

hackafterdark/context-sherpa
★ 25 stars Go 🤖 AI/LLM Updated 23d ago
Context Sherpa MCP server provides code mapping, deterministic feedback loops, and tiered inference for AI coding agents to increase accuracy and optimize token usage.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "context-sherpa": {
      "command": "go",
      "args": [
        "run",
        "github.com/hackafterdark/context-sherpa@latest"
      ]
    }
  }
}

Topics

aimcpmcp-server