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: README.md
+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
@@ -12,15 +12,15 @@ The following servers are included in this repository:
12
12
|[**Workers Bindings server**](/apps/workers-bindings)| Build Workers applications with storage, AI, and compute primitives |`https://bindings.mcp.cloudflare.com/sse`|
13
13
|[**Observability server**](/apps/workers-observability)| Debug and get insight into your application’s logs and analytics |`https://observability.mcp.cloudflare.com/sse`|
14
14
|[**Radar server**](/apps/radar)| Get global Internet traffic insights, trends, URL scans, and other utilities |`https://radar.mcp.cloudflare.com/sse`|
15
-
|[**Container server**](/apps/sandbox-container)| Spin up a sandbox development environment |`https://containers.mcp.cloudflare.com/sse`|
15
+
|[**Container server**](/apps/sandbox-container)| Spin up a sandbox development environment |`https://containers.mcp.cloudflare.com/sse`|
16
16
|[**Browser rendering server**](/apps/browser-rendering)| Fetch web pages, convert them to markdown and take screenshots |`https://browser.mcp.cloudflare.com/sse`|
17
17
|[**Logpush server**](/apps/logpush)| Get quick summaries for Logpush job health |`https://logs.mcp.cloudflare.com/sse`|
18
18
|[**AI Gateway server**](/apps/ai-gateway)| Search your logs, get details about the prompts and responses |`https://ai-gateway.mcp.cloudflare.com/sse`|
19
19
|[**AutoRAG server**](/apps/autorag)| List and search documents on your AutoRAGs |`https://autorag.mcp.cloudflare.com/sse`|
20
20
|[**Audit Logs server**](/apps/auditlogs)| Query audit logs and generate reports for review |`https://auditlogs.mcp.cloudflare.com/sse`|
21
21
|[**DNS Analytics server**](/apps/dns-analytics)| Optimize DNS performance and debug issues based on current set up |`https://dns-analytics.mcp.cloudflare.com/sse`|
22
22
|[**Digital Experience Monitoring server**](/apps/dex-analysis)| Get quick insight on critical applications for your organization |`https://dex.mcp.cloudflare.com/sse`|
23
-
|[**Cloudflare One CASB server**](/apps/cloudflare-one-casb)| Quickly identify any security misconfigurations for SaaS applications to safeguard users & data |`https://casb.mcp.cloudflare.com/sse`|
23
+
|[**Cloudflare One CASB server**](/apps/cloudflare-one-casb)| Quickly identify any security misconfigurations for SaaS applications to safeguard users & data |`https://casb.mcp.cloudflare.com/sse`|
24
24
25
25
## Access the remote MCP server from any MCP client
|**Container Lifecycle**|`container_initialize`| (Re)start a container. Containers are intended to be ephemeral and don't save any state. Containers are only guaranteed to last ~10m.|
12
-
||`container_ping`| Ping a container for connectivity |
13
-
|**Filesystem**|`container_file_write`|Write to a file |
14
-
||`container_files_list`| List all files in the work directory |
15
-
||`container_file_read`|Read the contents of a single file or directory |
16
-
||`container_file_delete`| Delete a single file or directory |
17
-
|**Execution**|`container_exec`| Run a command in the shell |
|**Container Lifecycle**|`container_initialize`| (Re)start a container. Containers are intended to be ephemeral and don't save any state. Containers are only guaranteed to last ~10m.|
12
+
||`container_ping`| Ping a container for connectivity|
13
+
|**Filesystem**|`container_file_write`|Write to a file|
14
+
||`container_files_list`| List all files in the work directory|
15
+
||`container_file_read`|Read the contents of a single file or directory|
16
+
||`container_file_delete`| Delete a single file or directory|
17
+
|**Execution**|`container_exec`| Run a command in the shell|
18
18
19
19
This MCP server is still a work in progress, and we plan to add more tools in the future.
20
20
21
-
22
21
### Prompt Examples
23
22
24
23
-`Create a visualization using matplotlib. Run it in the container that you can start`
@@ -46,4 +45,4 @@ Replace the content with the following configuration:
46
45
47
46
Once you've set up your configuration file, restart MCP client and a browser window will open showing your OAuth login page. Proceed through the authentication flow to grant the client access to your MCP server. After you grant access, the tools will become available for you to use.
48
47
49
-
Interested in contributing, and running this server locally? See [CONTRIBUTING.md](CONTRIBUTING.md) to get started.
48
+
Interested in contributing, and running this server locally? See [CONTRIBUTING.md](CONTRIBUTING.md) to get started.
0 commit comments