Skip to main content
Glama

mcp-server-cloudflare

Official
by cloudflare

Cloudflare MCP 服务器

模型上下文协议 (MCP) 是一种新的标准化协议,用于管理大型语言模型 (LLM) 与外部系统之间的上下文。在此存储库中,您可以找到多个 MCP 服务器,这些服务器允许您从 MCP 客户端(例如 Cursor、Claude)连接到 Cloudflare 的服务,并使用自然语言通过您的 Cloudflare 帐户完成任务。

这些 MCP 服务器允许您的MCP 客户端从您的帐户读取配置、处理信息、根据数据提出建议,甚至为您执行建议的更改。所有这些操作都可以在 CloudFlare 的众多服务中进行,包括应用程序开发、安全和性能。

此存储库包含以下服务器:

服务器名称描述服务器 URL
文档服务器获取有关 Cloudflare 的最新参考信息https://docs.mcp.cloudflare.com/sse
工人绑定服务器使用存储、AI 和计算原语构建 Workers 应用程序https://bindings.mcp.cloudflare.com/sse
工人构建服务器获取见解并管理您的 Cloudflare Workers Buildshttps://builds.mcp.cloudflare.com/sse
可观察性服务器调试并深入了解应用程序的日志和分析https://observability.mcp.cloudflare.com/sse
雷达服务器获取全球互联网流量洞察、趋势、URL 扫描和其他实用程序https://radar.mcp.cloudflare.com/sse
容器服务器启动沙盒开发环境https://containers.mcp.cloudflare.com/sse
浏览器渲染服务器获取网页,将其转换为 Markdown 并截取屏幕截图https://browser.mcp.cloudflare.com/sse
Logpush 服务器获取 Logpush 作业健康状况的快速摘要https://logs.mcp.cloudflare.com/sse
AI网关服务器搜索您的日志,获取有关提示和响应的详细信息https://ai-gateway.mcp.cloudflare.com/sse
AutoRAG 服务器列出并搜索 AutoRAG 上的文档https://autorag.mcp.cloudflare.com/sse
审计日志服务器查询审计日志并生成报告以供审查https://auditlogs.mcp.cloudflare.com/sse
DNS 分析服务器根据当前设置优化 DNS 性能并调试问题https://dns-analytics.mcp.cloudflare.com/sse
数字体验监控服务器快速了解您组织的关键应用程序https://dex.mcp.cloudflare.com/sse
Cloudflare One CASB 服务器快速识别 SaaS 应用程序的任何安全配置错误,以保护用户和数据https://casb.mcp.cloudflare.com/sse
GraphQL 服务器使用 Cloudflare 的 GraphQL API 获取分析数据https://graphql.mcp.cloudflare.com/sse

从任何 MCP 客户端访问远程 MCP 服务器

如果您的 MCP 客户端对远程 MCP 服务器具有一流的支持,则客户端将提供一种在其界面内直接接受服务器 URL 的方法(例如Cloudflare AI Playground

如果您的客户端尚不支持远程 MCP 服务器,则需要使用 mcp-remote ( https://www.npmjs.com/package/mcp-remote ) 设置其相应的配置文件,以指定您的客户端可以访问哪些服务器。

{ "mcpServers": { "cloudflare-observability": { "command": "npx", "args": ["mcp-remote", "https://observability.mcp.cloudflare.com/sse"] }, "cloudflare-bindings": { "command": "npx", "args": ["mcp-remote", "https://bindings.mcp.cloudflare.com/sse"] } } }

需要访问更多 Cloudflare 工具吗?

我们正在持续为这个远程 MCP 服务器代码库添加更多功能。如果您想留下反馈、提交错误报告或提出功能请求,请在此代码库上提交问题

故障排除

“克劳德的回应被打断了……”

如果您看到此消息,则 Claude 可能已达到其上下文长度限制,并在回复过程中停止。这种情况最常发生在触发多个链式工具调用的服务器上,例如可观察性服务器。

为了减少遇到此问题的机会:

  • 尽量具体,保持查询简洁。
  • 如果单个请求调用多个工具,请尝试将其分解为几个较小的工具调用,以保持响应简短。

付费功能

某些功能可能需要付费的 Cloudflare Workers 套餐。请确保您的 Cloudflare 帐户具有所需功能的必要订阅级别。

贡献

有兴趣贡献代码并在本地运行此服务器吗?请参阅CONTRIBUTING.md开始。

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

让您使用 Claude Desktop 或任何 MCP 客户端,使用自然语言在您的 Cloudflare 帐户上完成操作。

  1. 从任何 MCP 客户端访问远程 MCP 服务器
    1. 需要访问更多 Cloudflare 工具吗?
      1. 故障排除
        1. 付费功能
          1. 贡献

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              Lets you use Claude Desktop, or any MCP Client, to use natural language to accomplish things with Neon.
              Last updated -
              600
              306
              TypeScript
              MIT License
              • Linux
              • Apple
            • -
              security
              A
              license
              -
              quality
              This lets you use Claude Desktop, or any MCP Client, to use natural language to accomplish things with Neo4j and your Aura account.
              Last updated -
              396
              Python
              MIT License
            • A
              security
              A
              license
              A
              quality
              Enables natural language interaction with Azure services through Claude Desktop, supporting resource management, subscription handling, and tenant selection with secure authentication.
              Last updated -
              3
              0
              13
              TypeScript
              MIT License
            • -
              security
              A
              license
              -
              quality
              A package that connects Claude Desktop and other MCP clients to Cloudflare Workers, enabling custom functionality to be accessed via natural language through the Model Context Protocol.
              Last updated -
              1,942
              457
              TypeScript
              Apache 2.0

            View all related MCP servers

            MCP directory API

            We provide all the information about MCP servers via our MCP API.

            curl -X GET 'https://glama.ai/api/mcp/v1/servers/cloudflare/mcp-server-cloudflare'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server