
sverklo
by sverklo·★ 54·Score 48
Sverklo is a local-first MCP server providing code intelligence with symbol graphs, blast-radius analysis, and git-pinned memory.
Overview
Sverklo gives AI coding agents real code understanding through symbol graphs, blast-radius analysis, and git-pinned memory, preventing hallucinations on large repositories. It offers 43× fewer input tokens than naive grep while maintaining accuracy with published benchmarks. The tool runs locally with no cloud uploads and integrates seamlessly with Claude Code, Cursor, Windsurf, and Zed through the MCP protocol.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose Sverklo for private codebases where code cannot leave the machine, or when you need bi-temporal memory to track design decisions across git history.
When NOT to choose this
Not suitable if you need cloud-based collaboration features or real-time synchronization across multiple developers' workspaces.
Tools this server exposes
12 tools extracted from the READMEsverklo initAuto-detects installed AI coding agents and sets up MCP configuration
sverklo doctorVerifies the sverklo setup and configuration
sverklo auditAnalyzes codebase for issues like dead code, circular dependencies, and security concerns
sverklo reviewReviews code changes and can generate GitHub review comments
sverklo memoryManages code-related memories and decisions with bi-temporal tracking
sverklo recallRetrieves relevant memories and code information based on context
sverklo workspace memoryManages shared memories across multiple repositories in a workspace
sverklo receiptParses token usage summary from Claude projects
sverklo grammars installInstalls tree-sitter parsers for better language support
sverklo_memories mode:'conflicts'Surfaces contradictory memories for review
sverklo memory exportExports memories in various formats like markdown or JSON
sverklo workspace memory addAdds a new memory to the workspace memory
Comparable tools
Installation
Install Sverklo
- Install globally:
npm install -g sverklo - Initialize in your project:
cd your-project && sverklo init
The tool will auto-detect your installed AI coding agent (Claude Code, Cursor, Windsurf, Zed), write the right MCP config, append instructions to AGENTS.md or CLAUDE.md, and run sverklo doctor to verify the setup.
For Claude Desktop, add to your Claude Desktop configuration:
"mcpServers": {
"sverklo": {
"command": "npx",
"args": ["-y", "sverklo"]
}
}FAQ
- How does Sverklo reduce hallucinations?
- Sverklo provides real symbol graphs, blast-radius analysis, and git-pinned memory that give AI agents accurate understanding of your codebase instead of pattern-matching from training data.
- Is Sverklo secure?
- Yes, Sverklo runs locally with no cloud uploads and your code never leaves the machine. The embedding model is cached locally after first download.
Compare sverklo with
Last updated · Auto-generated from public README + GitHub signals.