MCP Directory
Back

codeseek

by CodeBendKit · Rust · ★ 398

Rust-powered code intelligence CLI for AI coding agents. Builds call graphs and hybrid semantic search indexes (Dense + Sparse + RRF + Reranker) across 7 languages. Ships as native MCP tools for Claude Code and Codex CLI.

#bm25#c-li#call-graph#claude-code#cli#code-analysis#code-intelligence#cross-encoder#embedding#hybrid-search#lancedb#mcp#q-wen#qwen#reranker#rust#semantic-search#tree-sitter

Install

cargo install --git https://github.com/CodeBendKit/codeseek.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "codeseek": {
      "command": "npx",
      "args": [
        "-y",
        "github:CodeBendKit/codeseek"
      ]
    }
  }
}

From the README

**Code intelligence CLI tool for Claude Code.** AST-based call graph analysis + semantic search — right from your terminal. The npm package ships a lightweight JS wrapper that handles: | Step | Description | |------|-------------| | **First-run wizard** | Interactive CLI prompts for embedding API token, model, and base URL | | **Binary download** | Automatically pulls the correct Rust binary for your platform from GitHub Releases | | **Pass-through** | All commands (, , , etc.) are forwarded to the native binary | Supported platforms: | Platform | Architecture | |----------|-------------|…
Read full README on GitHub →

Related ai & ml servers