Your repos, fully cataloged.
A local-first knowledge system that catalogs every repo with thesis, architecture, audit evidence, relationships, and full-text search — then exposes it all via CLI and MCP server.
Install
npm install -g @mcptoolshop/repo-knowledge
Sync
rk sync --owners my-org
Search
rk find "authentication middleware"
Features
Everything you need to understand your repo portfolio.
Knowledge Catalog
Thesis, architecture, conventions, warnings, and relationships for every repo — structured and searchable.
Audit Evidence
80 controls across 19 domains. Submit findings, track posture, query portfolio-wide with a single command.
Full-Text Search
FTS5-powered search across READMEs, changelogs, notes, and repo descriptions. Find anything instantly.
MCP Server
20 tools for AI-integrated workflows. Claude can query, annotate, and audit your repos conversationally.
Usage
Install
npm install -g @mcptoolshop/repo-knowledge Initialize
rk init
rk sync --owners my-org Explore
rk show my-org/my-repo
rk find "auth middleware"
rk related my-org/my-repo Audit
rk audit seed-controls
rk audit posture
rk audit findings --severity critical