mcpserver.lol
registry/repo-knowledge
Connection check local install

repo-knowledge

Repo knowledge system — relational catalog with full-text search, audit evidence, and MCP access

Tools 47
GitHub stars
Installs / wk 38
Licence MIT
Transport stdio
Last checked never

Tools & capabilities

47 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

add_relationship from source
Record a relationship between two repos.
add_repo_note from source
Add a knowledge note to a repo. Use for thesis, architecture, warnings, next steps, etc.
archive_repo from source
Mark a repo archived (lifecycle_status=archived, deprecated_at=now). Preserves all notes/findings \u2014 this is the reversible alternative to delete_repo. If reason is given it is…
audit_controls_list from source
List all canonical audit controls, optionally filtered by domain. Use this to know what control IDs to reference when submitting audit results.
audit_detail from source
Get the full latest audit for a repo: all control results, findings, metrics, and artifacts.
audit_failing from source
List repos whose LATEST audit has failing controls in a given domain. Returns each failing control id + title + notes per repo.
audit_findings from source
List open audit findings across the portfolio. Filter by severity or domain.
audit_portfolio from source
Portfolio-wide audit posture: all repos with their latest audit status, grouped by posture (critical/needs_attention/healthy/unaudited).
audit_posture from source
Get audit posture for a repo: last audit date, status, open findings by severity, failed domains, pass rate.
audit_submit from source
Submit audit results for a repo. This is the primary ingestion tool for Claude auditors. Accepts the full audit payload: run metadata, control results, findings, and metrics.
audit_unaudited from source
List repos that have no audit runs yet.
db_fsck from source
delete_repo from source
HARD-DELETE a repo and all related rows (notes, facts, docs, relationships, audit runs \u2014 FK cascade). IRREVERSIBLE. There is no interactive prompt over MCP, so
find_repos from source
Filter repos by owner, status, category, language, framework, or app shape.
get_repo from source
Get full knowledge dump for a repo. Includes tech, notes, facts, releases, relationships.
health_doctor from source
Single-repo build-health deep dive: CI, declared/observed toolchain + drift, dep-audit (with CVE IDs) and history, workflow actions + permissions. DB-only read (no network refresh)…
health_feed from source
Build-health change feed across the whole portfolio: audit deltas, newly-unpinned actions, broken CI streaks, toolchain drift. DB-only read (no registry/network refresh) \u2014 ref…
health_portfolio from source
Portfolio health rollup \u2014 one row per repo with CI / dep / action-pin health grades + toolchain-drift flag and inline detail. DB-only read (no network refresh).
knowledge_stats from source
Show database statistics: counts of repos, notes, docs, facts, releases, relationships.
ops_runs from source
List recent operational run rows: db_health_runs (fsck) and/or sync_runs. Read-only audit trail. Use kind to scope to one table.
related_repos from source
Show repos related to a given repo (dependencies, companions, successors, etc).
repo_audits from source
repo_dep_audit_history from source
repo_dep_audit_state from source
repo_diff from source
Per-repo DB-entry change history within a time window: notes added, audit runs, dep-audit severity deltas, published versions. Default window is the last 7 days. DB-only read.
repo_docs from source
repo_facts from source
repo_local_paths from source
repo_notes from source
repo_observed_toolchain from source
repo_published_versions from source
repo_relationships from source
repo_relationships_new from source
repo_releases from source
repos_by_stack from source
Find repos using a specific tech stack combination. Example:
repo_search from source
repos_needing_work from source
Find repos that need attention: unaudited, stale, have warnings, or need next steps.
repo_summary from source
Compact one-paragraph summary of a repo: what it is, what stack, what state, what is next.
repo_tech from source
repo_topics from source
repo_versions from source
List published versions recorded for a repo, grouped per channel (npm / pypi / github-release). READ-ONLY \u2014 unlike
repo_workflow_actions from source
repo_workflow_permissions from source
search_repos from source
Full-text search across all indexed content: docs, notes, repo descriptions. Use this when you remember a concept but not the repo name.
suggest_dogfood from source
Get dogfood intelligence suggestions (findings, patterns, recommendations, doctrine) for a repo OR a product surface. Specify EXACTLY ONE of repo / surface.
sync_dogfood from source
Sync dogfood evidence from dogfood-lab/testing-os into repo_facts. One-way read \u2014 testing-os remains write authority.
sync_repos from source
Trigger a full sync: GitHub metadata + local repo scan + FTS reindex.