以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"gorilla": {
"command": "npx",
"args": [
"-y",
"github:opusforge/gorilla-mcp"
],
"env": {
"GORILLA_API_KEY": "grla_..."
}
}
}
}