Description
The Cloudflare Logpush MCP server enables AI assistants to interact with Cloudflare's Logpush service, allowing users to retrieve and manage their Logpush jobs across different Cloudflare accounts. Built on Cloudflare Workers, it implements OAuth authentication with Cloudflare's API, provides account management capabilities, and offers tools to fetch detailed information about Logpush configurations. The server handles user authentication state persistence through Durable Objects and includes environment-specific configurations for development, staging, and production deployments. It's particularly useful for Cloudflare customers who need to monitor or troubleshoot their log delivery pipelines through conversational interfaces.
🔬 Playground
Try Cloudflare Logpush live in the browser with security context.
Installation
git clone https://github.com/cloudflare/mcp-server-cloudflare/tree/HEAD/apps/logpush Claude Desktop Configuration
Add this configuration to your Claude Desktop config file to enable this MCP server:
Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json
Config file location: %APPDATA%\Claude\claude_desktop_config.json
Config file location: ~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"cloudflare-logpush": {
"command": "node",
"args": [
"path/to/server.js"
]
}
}
} Community Reviews
Authenticated reviews from GitHub users. No anonymous submissions. Your experience helps others choose wisely.
No reviews yet. Be the first to share your experience.