Cf Server Monitor
一个基于 Cloudflare Workers + D1 + Durable Objects 的多服务器监控探针系统,支持实时监控、离线告警,到期通知,历史数据查看、延迟追踪、地图展示等功能。兼容主流Linux系统,Alpine Linux,OpenWrt,macOS,群晖、Windows系统。
5-Factor AST Security Breakdown
Deterministic code heuristics and edge isolation analysis
Passed static AST scan: Verified absence of arbitrary remote eval, prompt injections, and unauthenticated exfiltration webhooks.
Native compatibility with Cloudflare Workers runtime, Workerd engine, or Model Context Protocol schema.
Permissive open-source license detected (MIT, Apache 2.0, or BSD) enabling free edge execution.
README contains comprehensive setup guides, deployment commands, and environmental configurations.
Verified repository structure with authentic commit history (12/12 community traction, 8/8 commit provenance).
Deep Static Code & Manifest Inspection
Automated AST scan of repository configuration and security vectors
eval() or unconstrained reflectionIntegration & MCP Setup
Copy pre-formatted config snippets for your AI IDE or CLI
{
"mcpServers": {
"CF-Server-Monitor": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-CF-Server-Monitor"
]
}
}
}More MCP Servers Tools
View allModel Context Protocol Servers
The official Python SDK for Model Context Protocol servers and clients
The official TypeScript SDK for Model Context Protocol servers and clients