Repo Knowledge
Freeby MCP Community
Repo knowledge system — relational catalog with full-text search, audit evidence, and MCP access
v1.0.5Added Apr 12, 2026
repo-knowledgeknowledge-catalogmcpmcp-serveraudit
Repo Knowledge MCP Server
Repo knowledge system — relational catalog with full-text search, audit evidence, and MCP access
Installation
Reviews
Installation
Quick install
npx -y @mcptoolshop/repo-knowledge
Add to claude_desktop_config.json
{
"mcpServers": {
"repo-knowledge": {
"command": "npx",
"args": ["-y", "@mcptoolshop/repo-knowledge"]
}
}
}