CodeIndex

Widthdom/CodeIndex
★ 2 stars C# Code/Dev Tools Updated today
Local-first code search and indexing for repositories, exposed through a CLI, MCP server, and read-only LSP.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "codeindex": {
      "command": "npx",
      "args": [
        "-y",
        "Widthdom/CodeIndex"
      ]
    }
  }
}

README Excerpt

> **[日本語版はこちら / Japanese version](#cdidx日本語)** **CLI code indexing, MCP search, and LSP editor lookup for local repositories.** `cdidx` builds a local SQLite index of a repository so humans, scripts, AI agents, MCP clients, and LSP-native editors can run fast full-text, symbol, dependency, and inspection queries without repeatedly rescanning the same tree.

Tools (1)

cdidx

Topics

ai-coding-agentsclicode-indexingcode-navigationcode-searchcross-platformdeveloper-toolsdotnet-toolfts5language-server-protocollocal-firstlspmcpmcp-servermodel-context-protocol