codesearch

flupkede/codesearch
★ 12 stars Rust 🤖 AI/LLM Updated 7d ago
Fast, local semantic code search as MCP server for OpenCode and Claude Code. Rust-powered, fully offline.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "codesearch": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "codesearch"
      ]
    }
  }
}

Topics

claude-codecode-searchembeddingslocal-aimcpmcp-serveropencoderustsemantic-searchtree-sitter