Skip to content
Back to search
30
MCP v0.10.4

code-index

io.github.Regsorm/code-index

Быстрый индексатор кода для AI-моделей. Rust + tree-sitter + SQLite. Мгновенный поиск по символам.

Uptime
0.0%
2 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

Code Index
SQLite-backed hybrid search combining vector embeddings and full-text search for code repositories.
0 tools
code-index
Rust code index MCP server with native 1C:Enterprise (BSL) support. 25 tools. Static binary.
0 tools
Code Index
Fast local source code searching using Zoekt trigram-based indexing
0 tools
Codeix
Fast semantic code search for AI agents — find symbols, references, and callers across any codebase
0 tools
CodeIntel
AI-powered semantic code search using vector embeddings for contextual code loading.
0 tools
mcp-codebase-index
Structural codebase indexer with MCP server for AI-assisted development
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "code-index": {
      "url": "None",
      "transport": "http"
    }
  }
}