You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ai-agents/pages/mcp/remote/admin-guide.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
= Remote MCP Server Administration Guide
2
-
:description: Overview of administrative tasks for managing Remote MCP servers in Redpanda Cloud.
2
+
:description: Overview of administrative tasks for managing MCP servers in Redpanda Cloud.
3
3
4
-
This guide provides an overview of administrative tasks for Remote MCP servers. Use these resources to manage your MCP servers throughout their lifecycle, from creation to deletion.
4
+
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.
Copy file name to clipboardExpand all lines: modules/ai-agents/pages/mcp/remote/developer-guide.adoc
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
= Build Remote MCP Servers in Redpanda Cloud
2
-
:description: Learn how to write and deploy Remote MCP servers in Redpanda Cloud. This guide covers concepts, patterns, and best practices.
2
+
:description: Learn how to write and deploy MCP servers in Redpanda Cloud. This guide covers concepts, patterns, and best practices.
3
3
4
4
5
-
This guide teaches you how to build xref:ai-agents:mcp/remote/overview.adoc[Remote MCP servers] that are managed in Redpanda Cloud. Remote MCP servers run inside your Redpanda Cloud cluster and expose tools that AI clients can call using MCP.
5
+
This guide teaches you how to build xref:ai-agents:mcp/remote/overview.adoc[Remote MCP servers] that are managed in Redpanda Cloud. MCP servers run inside your Redpanda Cloud cluster and expose tools that AI clients can call using MCP.
6
6
7
7
== Prerequisites
8
8
@@ -19,7 +19,7 @@ You should also be familiar with YAML, HTTP APIs, and basic event-stream process
19
19
20
20
Remote MCP server:: A managed, hosted MCP service deployed to your cluster. You write each tool's logic using Redpanda Connect configuration and annotate them with MCP metadata so clients can discover and invoke them.
21
21
22
-
Redpanda Connect:: A framework for building event-driven data pipelines. Tools inside your Remote MCP servers are implemented as Redpanda Connect configurations that run inside your Redpanda Cloud cluster.
22
+
Redpanda Connect:: A framework for building event-driven data pipelines. Tools inside your MCP servers are implemented as Redpanda Connect configurations that run inside your Redpanda Cloud cluster.
23
23
24
24
Tool:: A single request/response operation exposed to MCP.
25
25
@@ -335,7 +335,7 @@ See xref:ai-agents:mcp/remote/admin-guide.adoc[].
335
335
[[test]]
336
336
== Authenticate and connect your MCP client
337
337
338
-
To connect your local MCP client to your Remote MCP server:
338
+
To connect your local MCP client to your MCP server:
339
339
340
340
. First, authenticate to Redpanda Cloud:
341
341
+
@@ -369,15 +369,15 @@ rpk cloud mcp proxy \
369
369
----
370
370
+
371
371
--
372
-
<1> The target Redpanda Cloud cluster ID where your Remote MCP server is hosted.
373
-
<2> The unique ID of your deployed Remote MCP server
372
+
<1> The target Redpanda Cloud cluster ID where your MCP server is hosted.
373
+
<2> The unique ID of your deployed MCP server
374
374
--
375
375
+
376
376
TIP: You can find this command and the IDs in the *Connection* tab of your MCP server in Redpanda Cloud.
377
377
378
-
The proxy acts as a bridge between your local client and the Remote MCP server running in your cluster. It:
378
+
The proxy acts as a bridge between your local client and the MCP server running in your cluster. It:
379
379
380
-
* Connects to your Remote MCP server using your authentication token
380
+
* Connects to your MCP server using your authentication token
381
381
* Discovers and registers all tools from the Remote server locally
382
382
* Proxies MCP requests from your client to the Remote server
383
383
* Handles authentication by injecting your token into each request
Copy file name to clipboardExpand all lines: modules/ai-agents/pages/mcp/remote/scale-resources.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
= Scale Remote MCP Server Resources
2
-
:description: Learn how to scale Remote MCP server resources up or down to match workload demands and optimize costs.
2
+
:description: Learn how to scale MCP server resources up or down to match workload demands and optimize costs.
3
3
4
4
You can scale your MCP server's resources up or down to match your workload needs. Resource allocation affects your xref:billing:billing.adoc#remote-mcp-billing-metrics[billing costs], which are charged per compute unit hour.
0 commit comments