ForLoopCodes/contextplus
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.
Overview
ForLoopCodes/contextplus is a TypeScript MCP server licensed under MIT. 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. Topics: mcp-server.
Ranked #105 out of 25632 indexed tools.
In the top 1% of all indexed tools.
Has 1,459 GitHub stars.
Actively maintained with commits in the last week.
Ecosystem
Signal Breakdown
How to Improve
Matched Queries
From the README
# Context+ 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. https://github.com/user-attachments/assets/a97a451f-c9b4-468d-b036-15b65fc13e79 ## Tools ### Discovery | Tool | Description | | ---------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `get_context_tree` | Structural AST tree of a project with file headers and symbol ranges (line numbers for functions/classes/methods). Dynamic pruning shrinks output automatically. | |Read full README on GitHub →