code-context-mcp

lukaj99/code-context-mcp
★ 0 stars Rust 🤖 AI/LLM Updated 2d ago
Semantic code search MCP server — AST chunking, hybrid search, 9 languages, 8 embedding providers
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "code-context-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "code-context-mcp"
      ]
    }
  }
}

README Excerpt

A semantic code search server implementing the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/). Indexes codebases into a local vector database and exposes natural-language search through MCP tools. - **AST-aware chunking** — uses tree-sitter to split code at function/class/struct boundaries (Rust, Python, TypeScript, JavaScript), with line-based fallback for other file types

Tools (7)

codebase_searchcontext_statusdelete_workspaceindex_workspaceindex_workspace_statuslist_workspacessearch_file