npx claudepluginhub protolabsai/protomaker --plugin protolabsAdd to your .mcp.json:
{
"mcpServers": {
"studio": {
"command": "bash",
"args": [
"${AUTOMAKER_ROOT}/packages/mcp-server/plugins/automaker/hooks/start-mcp.sh"
],
"env": {
"GH_TOKEN": "${GH_TOKEN}",
"AUTOMAKER_API_KEY": "${AUTOMAKER_API_KEY}",
"AUTOMAKER_API_URL": "http://localhost:3008",
"ENABLE_TOOL_SEARCH": "auto:10"
}
}
}
}Replace placeholder values for: AUTOMAKER_API_KEY, GH_TOKEN
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server has elevated permissions. Review the source code before enabling.
bashGH_TOKEN=${GH_TOKEN}AUTOMAKER_API_KEY=${AUTOMAKER_API_KEY}AUTOMAKER_API_URL=http://localhost:3008ENABLE_TOOL_SEARCH=auto:10