Docs Cloud AI Agents Remote MCP Admin Guide Remote MCP Server Administration Guide Page options Copy as Markdown Copied! View as plain text Ask AI about this topic Add MCP server to VS Code This guide provides an overview of administrative tasks for MCP servers. Use these resources to manage your MCP servers throughout their lifecycle, from creation to deletion. Prerequisites You must have an existing MCP server. If you do not have one, see Remote MCP Server Quickstart. Server lifecycle management Manage the basic lifecycle of your MCP servers, including editing configurations, pausing to save costs, and deleting. See Manage Remote MCP Servers. Resource scaling Adjust your MCP server’s compute resources to match workload demands and optimize costs. Resource allocation directly affects your billing charges. See Scale Remote MCP Server Resources. Monitoring and observability Monitor your MCP server’s activity using OpenTelemetry traces. Track tool invocations, measure performance, debug failures, and integrate with observability platforms. See Monitor Remote MCP Server Activity. Data Plane API All administrative tasks can be performed through both the Redpanda Cloud Console UI and the Data Plane API. The Data Plane API is useful for: Automation and Infrastructure as Code (IaC) CI/CD pipeline integration Custom tooling and scripts Programmatic management at scale To use the Data Plane API: Authenticate and get the base URL for the Data Plane API. Use the appropriate endpoint for your task: PATCH /v1/redpanda-connect/mcp-servers/{mcp_server_id}: Update configuration POST /v1/redpanda-connect/mcp-servers/{mcp_server_id}:stop: Stop server POST /v1/redpanda-connect/mcp-servers/{mcp_server_id}:start: Start server DELETE /v1/redpanda-connect/mcp-servers/{mcp_server_id}: Delete server Access tokens expire after 1 hour. To refresh, make the authentication request again with your service account credentials. The same token works for both Control Plane and Data Plane API requests. Next steps Build custom tools for your specific use cases. Manage secrets used by MCP server tools. Understand MCP billing to optimize costs. 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! Developer Guide Manage Servers