claude-code-mcp

AdityaPal10/claude-code-mcp
★ 0 stars TypeScript AI/LLM Updated today
MCP server that turns a local repo into a semantically searchable surface for Claude. tree-sitter chunking + bge embeddings + cross-encoder rerank.
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": {
    "claude-code-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "AdityaPal10/claude-code-mcp"
      ]
    }
  }
}

README Excerpt

A tiny MCP server that turns any local repo into a semantically searchable surface for Claude. Run it once against a project, point Claude Desktop / Claude Code at it, and the assistant gets five extra tools for moving around your code: semantic search, symbol lookup, call graph, file sketch, and a "show me the slice of code that imports X" tool.

Tools (5)

call_graphfile_sketchimports_ofsemantic_searchsymbol_lookup