Development|AI / ML|ProductivityTypeScript
contextplus
Context+ is an MCP server designed for developers who demand 99% accuracy.
N/A rating (0 reviews)0 installs1,736 GitHub stars
MCPsemantic intelligencecode search
By combining RAG, Tree-sitter AST, Spectral Clustering, and Obsidian-style linking, Context+ turns a massive codebase into a searchable, hierarchical feature graph. It provides tools for semantic code search, identifier-level retrieval, and dynamic browsing of codebases.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"contextplus-1": {
"args": [
"-y",
"@modelcontextprotocol/server-contextplus-1"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.