npx claudepluginhub bishwas-py/gopilot --plugin gopilotAdd to your .mcp.json:
{
"mcpServers": {
"gopilot-tools": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/servers/gopilot-tools/dist/bundle.js"
],
"env": {
"GOPILOT_FRONTEND": "${GOPILOT_FRONTEND:-svelte}"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
nodeGOPILOT_FRONTEND=${GOPILOT_FRONTEND:-svelte}