krusch-context-mcp

kruschdev/krusch-context-mcp
★ 63 stars JavaScript 🤖 AI/LLM Updated 2d ago
A unified Zero-Trust MCP server that gives IDE agents local semantic codebase search, isolated episodic project memory, and hallucination-free framework RAG.
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": {
    "krusch-context-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "kruschdev/krusch-context-mcp"
      ]
    }
  }
}