create_server
Create MCP servers on MetaMCP instances. Configure STDIO commands or HTTP/SSE endpoints with authentication and environment variables to deploy AI agents across multiple environments.
Instructions
Create a new MCP server on a MetaMCP instance
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Server name (alphanumeric, hyphens, underscores) | |
| type | Yes | Server type | |
| description | No | Server description | |
| command | No | Command (required for STDIO) | |
| args | No | Command arguments (STDIO) | |
| env | No | Environment variables (STDIO) | |
| url | No | URL (required for SSE/STREAMABLE_HTTP) | |
| bearerToken | No | Bearer token for auth | |
| headers | No | Custom headers | |
| instance | No | Instance name |