Local-first code intelligence MCP. Hybrid search, impact analysis, diff review, memory.
{
"mcpServers": {
"io-github-sverklo-sverklo": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Local-first code intelligence MCP. Hybrid search, impact analysis, diff review, memory.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Commit history unknown.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
Sverklo (Russian: сверкло, SVERK-lo) — archaic past tense of "сверкнуть," to flash or gleam. Code intelligence that illuminates your repo so your AI assistant stops guessing.
MIT Licensed — the only fully open-source code intelligence MCP. Free for commercial use, no restrictions. Compare with alternatives →
Sverklo is a local-first code intelligence MCP server that gives Claude Code, Cursor, Windsurf, VS Code, JetBrains, and Google Antigravity the same mental model of your repo that a senior engineer has. Hybrid semantic search, symbol-level blast-radius analysis, diff-aware PR review, and memory pinned to git state — running entirely on your laptop.
Your AI agent edits UserService.validate(). It doesn't know that 47 other functions call it. Breaking changes ship. Tests pass because they mock the dependency.
Sverklo gives your agent the dependency graph, the blast radius, and the risk score — before it writes a single line.
| 20 tools your agent actually uses | < 2 s to index a 1,700-file monorepo | 0 bytes of your code leave your machine |
npm install -g sverklo
cd your-project && sverklo init
sverklo init auto-detects your installed AI coding agents, writes the right MCP config files, appends sverklo instructions to your CLAUDE.md, and runs sverklo doctor to verify the setup. MIT licensed. Zero config. No API keys.
| Editor | MCP | Skills | Hooks | Auto-setup |
|---|---|---|---|---|
| Claude Code | ✓ | ✓ | ✓ | sverklo init |
| Cursor | ✓ | — | — | sverklo init |
| Windsurf | ✓ | — | — | sverklo init |
| Zed | ✓ | — | — | sverklo init |
| VS Code | ✓ | — | — | manual |
| JetBrains | ✓ | — | — | manual |
| Antigravity | ✓ | — | — | sverklo init |
| OpenCode | ✓ | — | — | manual |
First 5 minutes: see
FIRST_RUN.mdfor three scripted prompts that demonstrate the tools sverklo adds that grep can't replace.
Every one of these is a query a real engineer asked a real AI assistant last week. Grep gives you lines. Sverklo gives you a ranked answer.
| The question | With Grep | With Sverklo |
|---|---|---|
| "Where is auth handled in this repo?" | grep -r 'auth' . → 847 matches across tests, comments, unrelated vars, and one 2021 TODO | sverklo_search "authentication flow" → top 5 files ranked by PageRank: middleware, JWT verifier, session store, login route, logout route |
"Can I safely rename BillingAccount.charge?" | grep '\.charge(' → 312 matches polluted by recharge, discharge, Battery.charge fixtures | sverklo_impact BillingAccount.charge → 14 real callers, depth-ranked, with file paths and line numbers |
| "Is this helper actually used anywhere?" | grep -r 'parseFoo' . → 4 matches in 3 files. Are any real, or just string mentions? Read each one. | sverklo_refs parseFoo → 0 real callers. Zero. Walk the symbol graph, not the text. Delete the function. |
| "What's load-bearing in this codebase?" | find . -name '*.ts' | xargs wc -l | sort |
No automated test available for this server. Check the GitHub README for setup instructions.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationNo known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Hash-verified file editing MCP server with token efficiency hook. 11 tools for AI coding agents.
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for io.github.sverklo/sverklo and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.