Skip to content
This repository was archived by the owner on Jun 17, 2026. It is now read-only.

Commit 6de0a0b

Browse files
author
nike-17
committed
Add sverklo to mcp-get registry
Local-first code intelligence MCP server. MIT, zero-config, ships 37 tools (hybrid BM25+ONNX-embedding+PageRank search, blast-radius, file dep graphs, code audit, bi-temporal memory pinned to git SHAs). Repo: https://github.com/sverklo/sverklo Bench (90 tasks, 5 baselines, reproducible): https://sverklo.com/bench/ Standalone bench repo: https://github.com/sverklo/sverklo-bench Install: npx -y sverklo Or: npm install -g sverklo && sverklo init
1 parent d30aa0b commit 6de0a0b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

packages/sverklo.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "sverklo",
3+
"description": "Local-first code intelligence — MCP server for Claude Code, Cursor, Windsurf, Zed. Symbol graph, blast-radius analysis, file dependency graphs, code audit, bi-temporal memory pinned to git SHAs. The only code-intel MCP with a published peer-reviewable benchmark (90 tasks, 5 baselines, reproducible). 43× fewer input tokens than naive grep on the public bench. MIT, zero-config.",
4+
"vendor": "Nikita Groshin (https://github.com/nike-17)",
5+
"sourceUrl": "https://github.com/sverklo/sverklo",
6+
"homepage": "https://sverklo.com",
7+
"license": "MIT",
8+
"runtime": "node"
9+
}

0 commit comments

Comments
 (0)