Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub punt-labs/claude-plugins --plugin quarryCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"quarry": {
"command": "sh",
"args": [
"-c",
"if command -v mcp-proxy >/dev/null 2>&1 && [ -f \"${HOME}/.punt-labs/mcp-proxy/quarry.toml\" ] && grep -q '^\\[quarry\\]' \"${HOME}/.punt-labs/mcp-proxy/quarry.toml\"; then exec mcp-proxy --config quarry; else exec quarry mcp; fi"
]
}
}
}Server configuration and connection parameters
shCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.