cloudflare/mcp-server-cloudflare

mcp-server-cloudflare is a Model Context Protocol server that connects large language models to Cloudflare's services through a standardized interface.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 11 minutes ago
Added to GitGenius on September 16th, 2026
Created on November 27th, 2024
Open Issues & Pull Requests: 77 (+0)
GitHub issues: Enabled
Number of forks: 527
Total Stargazers: 4,258 (+0)
Total Subscribers: 46 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 10.8 days
Mean response time: 57.8 days
90th percentile: 189.1 days
Tracked items: 126

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Roughly one issue in four opened in the past year never receives a reply. 87% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 64% of issues opened in the past year have been closed, leaving a working backlog. Three people close 82% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 38
New in 7 days: 3
Closed in 7 days: 0
Avg open age: 121 days
Stale 30+ days: 27
Stale 90+ days: 20

Recent activity

Opened in 7 days: 2
Closed in 7 days: 0
Comments in 7 days: 1
Events in 7 days: 1

Top labels

  • bug (8)
  • enhancement (4)
  • auth (3)
  • autorag (1)
  • containers (1)
  • documentation (1)
  • zt (1)

Detailed Description

mcp-server-cloudflare is a Model Context Protocol server that connects large language models to Cloudflare's services through a standardized interface.

The tool solves the problem of enabling LLMs to interact with Cloudflare accounts using natural language. It exposes MCP servers that allow clients like Cursor and Claude to read configurations, process information, and execute changes across Cloudflare's services including application development, security, and performance features. The servers use a stateless Streamable HTTP handler at the `/mcp` endpoint, with migration support from the legacy SSE transport. Authentication, credentials, and account selection are handled as application-level state, while the protocol implementation remains request-scoped without persistent MCP sessions.

Developers should adopt this tool if they want to automate Cloudflare account management through conversational AI interfaces. It suits projects where teams need to query configurations, receive data-driven suggestions, and apply changes without leaving their LLM client. The repository contains domain-specific MCP servers for various Cloudflare products, with a separate Code Mode server maintained elsewhere.

The project has a substantial base of adopters reporting real-world use, as evidenced by most open issues being raised by outside users rather than the core team. First responses to issues and pull requests typically arrive within one to two weeks. Work in the issue tracker centers on bug fixes, enhancements, and authentication-related improvements.