Skip to content

Add sverklo (local-first code intelligence MCP)#19

Open
nike-17 wants to merge 1 commit into
ravitemer:mainfrom
nike-17:add-sverklo
Open

Add sverklo (local-first code intelligence MCP)#19
nike-17 wants to merge 1 commit into
ravitemer:mainfrom
nike-17:add-sverklo

Conversation

@nike-17
Copy link
Copy Markdown

@nike-17 nike-17 commented May 3, 2026

Adds sverklo — a local-first MCP server for code intelligence — to the registry under the development category.

Server summary

  • What it does: Gives Claude Code, Cursor, Windsurf, and Zed 37 MCP tools spanning hybrid search (BM25 + ONNX embedding + PageRank), blast-radius analysis, file-dependency graphs, code audit (god classes, dead code, security patterns), and bi-temporal memory pinned to git SHAs.
  • License: MIT
  • Hosting: Local (embedded SQLite + ONNX, no cloud)
  • Languages indexed: 12 (TypeScript, JavaScript, Python, Go, Rust, Java, C, C++, C#, Ruby, PHP, Swift)
  • Verification: Public 60-task benchmark across 5 baselines at https://sverklo.com/bench/, reproducible by anyone with npm run bench. Peer-reviewable methodology paper at https://doi.org/10.5281/zenodo.19802051.

Installation

Two installation methods provided in the YAML:

  1. NPX (zero-setup): npx -y sverklo
  2. Global install: npm install -g sverklo then sverklo

Both use stdio transport.

Self-disclosure

I'm the maintainer. Latest release v0.20.1 is on npm.

Local-first MCP server for code intelligence with a published peer-
reviewable benchmark (60 tasks, 5 baselines, reproducible). MIT-licensed.
Two installations: NPX (zero-setup) and global install.

Repo: https://github.com/sverklo/sverklo
Bench: https://sverklo.com/bench/

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant