Skip to content

Repo Knowledge

Free

by 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
Works with:ClaudeGPTGeminiCopilot

Repo Knowledge MCP Server

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

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @mcptoolshop/repo-knowledge
Add to claude_desktop_config.json
{
  "mcpServers": {
    "repo-knowledge": {
      "command": "npx",
      "args": ["-y", "@mcptoolshop/repo-knowledge"]
    }
  }
}