Documentation Index
Fetch the complete documentation index at: https://acm-aa28ebf6.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Description
Test an MCP server directly from a GitHub repository URL without registry registration or security checks. Perfect for rapid development and testing before publishing to the platform.Options
GitHub repository URL of the MCP server
Target AI client:
vscode, cursor, antigravity, claude, or chatgptEntry point file within the repository root.
How It Works
Configure Client
Writes MCP config with test mode HTTP URL pointing directly to the Cloudflare Worker
Worker fetches source file
The Cloudflare Worker reads the entrypoint directly from the GitHub URL - no R2 registry lookup
Architecture
Test mode uses the same Worker infrastructure as production but skips the R2 registry lookup and fetches the entrypoint source directly from your GitHub URL.Security Notice
Examples
Example Output
Next Steps
Push Server
Publish after tests pass