From mathlib-quality
Mathlib quality RAG server - provides PR feedback examples for golfing and style
npx claudepluginhub cbirkbeck/mathlib-quality --plugin mathlib-qualityAdd to your .mcp.json:
{
"mcpServers": {
"mathlib-rag": {
"command": "python3",
"args": [
"./mcp_server/mathlib_rag.py"
]
}
}
}python3