contextplus

ForLoopCodes/contextplus
★ 1,460 stars TypeScript 🧠 Memory/Knowledge Updated 1mo ago
Semantic Intelligence for Large-Scale Engineering. Context+ is an MCP server designed for developers who demand 99% accuracy. By combining RAG, Tree-sitter AST, Spectral Clustering, and Obsidian-style linking, Context+ turns a massive codebase into a searchable, hierarchical feature graph.
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": {
    "contextplus": {
      "command": "npx",
      "args": [
        "-y",
        "ForLoopCodes/contextplus"
      ]
    }
  }
}

Topics

mcp-server