MCP Directory

sverklo

by sverklo · TypeScript · ★ 74

Repo memory for coding agents. Local-first MCP for Claude Code, Cursor, Windsurf, and Codex CLI: symbol graph, blast radius, diff-aware review, and git-pinned decisions. MIT; no API keys or code upload.

#agent-memory#ai-agents#ai-coding#blast-radius#claude-code#code-intelligence#code-review#code-search#codex-cli#coding-agents#cursor#dependency-graph#developer-tools#local-first#mcp#mcp-server#model-context-protocol#repo-memory#semantic-search#windsurf

Install

npx -y github:sverklo/sverklo

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "sverklo": {
      "command": "npx",
      "args": [
        "-y",
        "github:sverklo/sverklo"
      ]
    }
  }
}

From the README

🇬🇧 English · 🇨🇳 中文 Sverklo gives coding agents repo memory: symbols, callers, diffs, blast radius, and git-pinned decisions before they edit. It is an open-source local-first MCP server for Claude Code, Cursor, Windsurf, Codex CLI, and any MCP-speaking coding agent. **Local-first** ◦ MIT ◦ no API keys ◦ no code upload ◦ first run downloads a local ONNX model **Use Sverklo when** your agent needs relationships before editing: callers, dependencies, tests, diff risk, or prior repo decisions. **Use grep/ripgrep when** you know the exact string, the repo is tiny, or the change is one file.…
Read full README on GitHub →

Related developer tools servers