MCP Configs2026年4月6日·1 分钟阅读

Context+ — Semantic Code Intelligence MCP Server

MCP server combining RAG, Tree-sitter AST parsing, and spectral clustering to turn large codebases into searchable feature graphs. 99% accuracy on monorepos. 1,700+ GitHub stars.

介绍

Context+ is an MCP server that combines RAG, Tree-sitter AST parsing, spectral clustering, and bidirectional linking to turn large codebases into searchable hierarchical feature maps, with 1,700+ GitHub stars. Built for developers working in large monorepos. Ideal for projects over 100K lines of code.


Quick Use

Add the following to .mcp.json:

{
  "mcpServers": {
    "contextplus": {
      "command": "npx",
      "args": ["-y", "@contextplus/mcp-server"]
    }
  }
}

Restart Claude Code to use it.


Intro

Context+ is an MCP server that combines RAG, Tree-sitter AST parsing, spectral clustering, and bidirectional linking to turn large codebases into searchable hierarchical feature maps, with 1,700+ GitHub stars. Built for developers working in large monorepos. Ideal for projects over 100K lines of code.


Source & Thanks

Created by ForLoopCodes. Licensed under MIT.

contextplus — ⭐ 1,700+

🙏

来源与感谢

Created by ForLoopCodes. Licensed under MIT.

contextplus — ⭐ 1,700+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。