Stats
Actions
Tags
From prd
Local MCP server that provides Go language tooling support, including compilation, linting, and code execution. Runs a Python script to interface with Go tools.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"go": {
"command": "python3",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp-server/server.py"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
python3Command-line arguments passed to the server process
npx claudepluginhub anombyte93/prd-taskmaster --plugin prd