Stats
Actions
Tags
Local MCP server accessed via a custom shell script at ${CLAUDE_PLUGIN_ROOT}/scripts/run.sh. Purpose unclear from configuration alone.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"gopls-mcp": {
"command": "gopls",
"args": [
"mcp"
]
}
}
}Server configuration and connection parameters
goplsCommand-line arguments passed to the server process
First indexed Jun 30, 2026
First indexed Jun 30, 2026
npx claudepluginhub cockroachdb/cockroach