Remote MCP Server Administration Guide

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.

Resource scaling

Adjust your MCP server’s compute resources to match workload demands and optimize costs. Resource allocation directly affects your billing charges.

Monitoring and observability

Monitor your MCP server’s activity using OpenTelemetry traces. Track tool invocations, measure performance, debug failures, and integrate with observability platforms.

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:

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