MCP Catalogs
Homesverklo screenshot

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.

developer-toolsai-llmknowledge-graph
7
Forks
1
Open issues
this month
Last commit
2d ago
Indexed

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:

you:Improving code search accuracy in large repositories
you:Reducing context windows for AI coding assistants
you:Providing blast-radius analysis for code changes
you:How does Sverklo reduce hallucinations?
you:Is Sverklo secure?

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 README
  • sverklo init

    Auto-detects installed AI coding agents and sets up MCP configuration

  • sverklo doctor

    Verifies the sverklo setup and configuration

  • sverklo audit

    Analyzes codebase for issues like dead code, circular dependencies, and security concerns

  • sverklo review

    Reviews code changes and can generate GitHub review comments

  • sverklo memory

    Manages code-related memories and decisions with bi-temporal tracking

  • sverklo recall

    Retrieves relevant memories and code information based on context

  • sverklo workspace memory

    Manages shared memories across multiple repositories in a workspace

  • sverklo receipt

    Parses token usage summary from Claude projects

  • sverklo grammars install

    Installs tree-sitter parsers for better language support

  • sverklo_memories mode:'conflicts'

    Surfaces contradictory memories for review

  • sverklo memory export

    Exports memories in various formats like markdown or JSON

  • sverklo workspace memory add

    Adds a new memory to the workspace memory

Comparable tools

sourcegraph-codygreptilecursor-codebaseclaude-contextaider

Installation

Install Sverklo

  1. Install globally: npm install -g sverklo
  2. 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.