🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@regsorm/code-index-mcp

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@regsorm/code-index-mcp

Rust code index MCP server (BSL/1C-aware). Static binary auto-downloaded for your OS. Tree-sitter AST, federation, sub-ms search.

latest
Source
npmnpm
Version
0.47.0
Version published
Weekly downloads
587
20.04%
Maintainers
1
Weekly downloads
 
Created
Source

@regsorm/code-index-mcp

npm-обёртка для code-index — высокопроизводительного индексатора кода с MCP-протоколом для AI-моделей.

Rust + tree-sitter + SQLite. Индексация 62K файлов за ~43 сек, 282K функций, поиск < 1 мс.

Установка

npm install -g @regsorm/code-index-mcp

При установке postinstall скачивает готовый нативный бинарник под вашу платформу из GitHub Releases. Сам код на Rust — обёртка ничего не компилирует.

Поддерживаемые платформы: Windows x64, Linux x64, macOS arm64.

Запуск как MCP-сервера

npx @regsorm/code-index-mcp serve --path /path/to/your/repo

Транспорт по умолчанию — stdio. Для подключения к Claude Code / Cursor добавьте в MCP-конфигурацию:

{
  "code-index": {
    "command": "npx",
    "args": ["-y", "@regsorm/code-index-mcp", "serve", "--path", "/path/to/your/repo"]
  }
}

Документация

Полное описание инструментов (search_function, get_function, grep_body, find_symbol, get_callers и др.), режим демона и конфигурация — в основном репозитории.

Лицензия

MIT

Keywords

mcp

FAQs

Package last updated on 02 Aug 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts