{
  "name": "sverklo",
  "mcpName": "io.github.sverklo/sverklo",
  "version": "0.29.3",
  "description": "Local-first repo-memory MCP for coding agents. Best for relationship-heavy edits: symbols, callers, dependencies, diff review, and git-pinned decisions before code changes. Start with a no-write proof receipt; use grep/ripgrep for exact strings. MIT; bundled local embeddings by default, with opt-in remote providers and telemetry.",
  "type": "module",
  "bin": {
    "sverklo": "dist/bin/sverklo.js"
  },
  "main": "./dist/src/index.js",
  "files": [
    "dist",
    "src/skills/*.md",
    "README.md",
    "LICENSE",
    "models.lock.json"
  ],
  "scripts": {
    "build": "tsc && node scripts/post-build.mjs",
    "dev": "tsc --watch",
    "start": "node dist/bin/sverklo.js",
    "test": "vitest run",
    "test:watch": "vitest",
    "lint": "eslint src/",
    "lint:assets": "node scripts/lint-assets.mjs",
    "verify:plugin-sync": "node scripts/verify-plugin-sync.mjs",
    "prepublishOnly": "node scripts/verify-plugin-sync.mjs && rm -rf dist && npm run build",
    "benchmark": "node --experimental-strip-types benchmark/benchmark.ts",
    "bench": "node scripts/bench-reproducer.mjs",
    "bench:quick": "node --experimental-strip-types --no-warnings benchmark/src/index.ts",
    "bench:latency": "node scripts/mcp-latency-profile.mjs",
    "bench:playground": "node scripts/generate-playground-data.mjs",
    "bench:research": "node --experimental-strip-types --no-warnings benchmark/src/research/index.ts",
    "bench:patterns": "node --experimental-strip-types --no-warnings benchmark/src/patterns/index.ts",
    "bench:swe": "node --experimental-strip-types --no-warnings benchmark/src/swe/index.ts"
  },
  "keywords": [
    "sverklo",
    "mcp",
    "mcp-server",
    "model-context-protocol",
    "code-search",
    "semantic-search",
    "code-intelligence",
    "codebase-indexing",
    "claude-code",
    "cursor",
    "antigravity",
    "windsurf",
    "ai-coding",
    "ai-agents",
    "local-first",
    "embeddings",
    "onnx",
    "ast",
    "pagerank",
    "bm25",
    "rag",
    "developer-tools",
    "diff-review",
    "risk-scoring",
    "refactor",
    "impact-analysis",
    "memory",
    "git-aware",
    "code-review",
    "static-analysis",
    "dependency-graph",
    "codebase-health",
    "ai-code-review",
    "code-quality",
    "blast-radius",
    "technical-debt",
    "reciprocal-rank-fusion",
    "zed"
  ],
  "homepage": "https://sverklo.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sverklo/sverklo.git"
  },
  "bugs": {
    "url": "https://github.com/sverklo/sverklo/issues"
  },
  "author": "Sverklo (https://sverklo.com)",
  "license": "MIT",
  "engines": {
    "node": ">=24.0.0"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.0",
    "chokidar": "^4.0.0",
    "ignore": "^7.0.0",
    "onnxruntime-node": "^1.21.0",
    "picomatch": "^4.0.4",
    "yaml": "^2.8.3"
  },
  "optionalDependencies": {
    "web-tree-sitter": "^0.24.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "@types/picomatch": "^4.0.3",
    "eslint": "^10.4.1",
    "typescript": "^5.7.0",
    "typescript-eslint": "^8.60.0",
    "vitest": "^3.0.0"
  }
}
