Repomuse
Freeby MCP Community
MCP server — fetch, parse, and understand any public GitHub repo as inspiration context for your CLI AI agent.
v1.0.0Added Apr 12, 2026
mcpgithubaiclaudeaider
Repomuse MCP Server
MCP server — fetch, parse, and understand any public GitHub repo as inspiration context for your CLI AI agent.
Installation
Reviews
Installation
Quick install
npx -y repomuse
Add to claude_desktop_config.json
{
"mcpServers": {
"repomuse": {
"command": "npx",
"args": ["-y", "repomuse"]
}
}
}