Docs Cloud AI Agents Remote MCP Admin Guide Scale Resources Scale Remote MCP Server Resources Page options Copy as Markdown Copied! View as plain text Ask AI about this topic Add MCP server to VS Code You can scale your MCP server’s resources up or down to match your workload needs. Resource allocation affects your billing costs, which are charged per compute unit hour. Prerequisites You must have an existing MCP server. If you do not have one, see Remote MCP Server Quickstart. Scale resources Cloud UI Data Plane API In the Redpanda Cloud Console, navigate to Remote MCP. Find the MCP server you want to scale and click its name. Click Edit configuration. Under Resources, select a new size: XSmall: Lowest cost, suitable for development or light workloads Small: Light production workloads Medium: Standard production workloads Large: High-throughput workloads XLarge: Highest performance for demanding workloads Click Save to apply the new resource allocation. The specified resources are available immediately. Authenticate and get the base URL for the Data Plane API. Make a request to GET /v1/redpanda-connect/mcp-servers/{mcp_server_id} to retrieve the current configuration. Make a request to PATCH /v1/redpanda-connect/mcp-servers/{mcp_server_id} to update the resources: curl -X PATCH "https://<dataplane-api-url>/v1/redpanda-connect/mcp-servers/<mcp-server-id>?update_mask=resources" \ -H "Authorization: Bearer <token>" \ -H "Content-Type: application/json" \ -d '{ "mcp_server": { "resources": { "memory_shares": "2Gi", "cpu_shares": "1000m" } } }' The updated resources are available immediately. Monitor your MCP server’s performance and adjust resources as needed. You can scale up during peak usage periods and scale down during quieter times to optimize costs. For compute unit definitions and pricing, see MCP billing metrics. Back to top × Simple online edits For simple changes, such as fixing a typo, you can edit the content directly on GitHub. Edit on GitHub Or, open an issue to let us know about something that you want us to change. Open an issue Contribution guide For extensive content updates, or if you prefer to work locally, read our contribution guide . Was this helpful? thumb_up thumb_down group Ask in the community mail Share your feedback group_add Make a contribution 🎉 Thanks for your feedback! Manage Servers Monitor Activity