contextplus

contextplus

Context+ is an MCP server that provides semantic intelligence for large codebases.

MCPDevOpen source
Type
MCP
Transport
stdio
Open source
Yes
GitHub Stars
★ 1.9k
Source
mcp-github

Overview

Context+ is a purpose-built MCP server designed for developers seeking high precision. By combining RAG, Tree-sitter AST, spectral clustering, and Obsidian-style linking, Context+ transforms vast codebases into searchable, hierarchical feature maps. It offers various tools such as code structure trees, file skeletons, and semantic code search to help developers efficiently understand and manage code. Integration is simple and supports multiple IDEs and editors.

Capabilities

  • Generate project structure AST trees
  • Extract function signatures and type definitions
  • Semantic code search
  • Semantic retrieval at the identifier level
  • Browse codebase by meaning

Use cases

Semantic search in large codebasesCode structure and dependency analysisPre-commit validationVersion control and restore point management

Setup

Requires: OLLAMA_API_KEYNode 环境
No installation required—simply add Context+ in your IDE's MCP configuration to use it. For example, configure the `.vscode/mcp.json` file in VS Code.

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How do I configure Context+?

Add Context+ in your IDE's MCP configuration and set OLLAMA_API_KEY.

Which programming languages does Context+ support?

Supports multiple languages including TypeScript, Python, Rust, Go, and more.

Related skills