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…
| Tool name | Description | Destructive? |
|---|---|---|
| get_context_tree | ✓ no | |
| semantic_identifier_search | ✓ no | |
| get_file_skeleton | ✓ no | |
| semantic_code_search | ✓ no | |
| get_blast_radius | ✓ no |
| run_static_analysis⚠ | ⚠ yes | |
| propose_commit | ✓ no | |
| list_restore_points | ✓ no | |
| undo_change | ✓ no | |
| semantic_navigate | ✓ no | |
| get_feature_hub | ✓ no | |
| upsert_memory_node | ✓ no | |
| create_relation | ✓ no | |
| search_memory_graph | ✓ no | |
| prune_stale_links⚠ | ⚠ yes | |
| add_interlinked_context | ✓ no | |
| retrieve_with_traversal | ✓ no |
{
"mcpServers": {
"contextplus": {
"command": "npx",
"args": [
"-y",
"contextplus"
]
}
}
}