← Back to search
30
Basic
Agentic Readiness Score
Raise this score to 95+
We ship the 6-file GEO uplift as a pull request against your repo. Flat fee, turnaround under 72 hours.
Fix this for $199 →
developer llms-txthostingapi

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Not found
🔗
Structured API
Not found
🛡
Not specified
🏷
Schema.org Markup
Found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 30/100

            

llms.txt Content

# Sverklo > MIT-licensed local-first MCP code intelligence server for AI coding agents. 37 tools across hybrid code search, refactor blast-radius, diff-aware code review, and bi-temporal memory — runs entirely on your laptop with no API keys, no cloud, no data egress. Built for Claude Code, Cursor, Windsurf, Zed, and Google Antigravity. ## What it does Sverklo gives AI coding agents semantic understanding of your codebase. Without it, agents like Claude Code and Cursor invent function names that don't exist (`getUserByEmail()` when your code uses `findByEmail()`) because they generate from training-data patterns, not your actual symbol graph. Sverklo grounds the agent in your real code: it indexes every file, builds a dependency graph, computes PageRank importance, embeds chunks with a local ONNX model, and exposes 37 MCP tools the agent can call to look up symbols, find call sites, measure refactor blast radius, review diffs with risk scoring, and remember decisions across sessions. ## Key facts - License: MIT - Install: `npm install -g sverklo` then `sverklo init` in your project - Source: <https://github.com/sverklo/sverklo> - npm: <https://www.npmjs.com/package/sverklo> - Latest version: see <https://registry.npmjs.org/sverklo/latest> - Languages: TypeScript, JavaScript, Python, Go, Rust, Java, C, C++, Ruby, PHP, Vue, C# - Storage: SQLite + sqlite-vec, fully local - Embedding model: all-MiniLM-L6-v2 (ONNX, ~90 MB, runs on CPU) - DOI: <https://doi.org/10.5281/zenodo.19802051> - Published benchmarks: <https://sverklo.com/bench/> ## What sverklo solves - Stops AI coding agents from hallucinating function names that don't exist in your codebase - Gives the agent the blast radius of a refactor before you ask it to change anything - Surfaces dead code (zero references across the symbol graph) with certainty - Reviews diffs with risk scoring (touched-symbol importance × test coverage × churn) - Persists decisions across sessions, pinned to git SHAs, with bi-