goclaw_mcp_server_create
Register a new MCP server in GoClaw by specifying server name, transport type, and configuration details to manage AI gateway infrastructure.
Instructions
Register a new MCP server in GoClaw
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Server name | |
| transport | Yes | Transport type | |
| command | No | Command to run (stdio transport) | |
| args | No | Command arguments (stdio transport) | |
| url | No | Server URL (HTTP transports) | |
| headers | No | HTTP headers | |
| api_key | No | API key for authentication | |
| env | No | Environment variables | |
| enabled | No | Enable on creation (default: true) |