Stats
Actions
Tags
From rag-reviewer
Runs a rag-reviewer MCP server locally via uvx that provides code review capabilities using retrieval-augmented generation.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"reviewer": {
"command": "/bin/bash",
"args": [
"-lc",
"uvx --from rag-reviewer reviewer-mcp"
]
}
}
}Server configuration and connection parameters
/bin/bashCommand-line arguments passed to the server process
npx claudepluginhub mimfort/rag_for_git