# Test the extension directly
npx @chittyapps/chittycloude-mcp@latest
# Add to Claude Code permanently
claude mcp add chittycloud -- npx @chittyapps/chittycloude-mcp@latest# Clone and install locally
git clone <repo-url>
cd chittycloud
npm install
chmod +x working-index.js
# Add to Claude Code
claude mcp add chittycloud -- node /path/to/chittycloud/working-index.jsAdd to your Claude Code MCP configuration file:
{
"mcpServers": {
"chittycloud": {
"command": "npx",
"args": ["@chittyapps/chittycloude-mcp@latest"]
}
}
}- Go to Cloudflare Dashboard
- Create API token with permissions:
Zone:ReadAccount:ReadCloudflare Workers:Edit
- Note your Account ID from any domain sidebar
- Go to Vercel Account Settings
- Create new token with deployment permissions
- Copy the token
- Go to Railway Account
- Create API token
- Copy the token
# If using npx
echo '{"jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": {"name": "ping", "arguments": {}}}' | npx @chittyapps/chittycloude-mcp@latest
# Should return: {"result":{"content":[{"type":"text","text":"🎉 ChittyCloude™ MCP is working! Ready to deploy to the cloud."}]}...After installation, you can use natural language:
- "Test ChittyCloude™ connection with ping"
- "Show me ChittyCloude™ help"
- "Authenticate with Cloudflare using token abc123 and account def456"
- "Deploy my portfolio-site to Vercel"
"Command not found"
- Ensure Node.js 22+ is installed
- Try:
node --version
"Permission denied"
- Run:
chmod +x working-index.js - Or use npx method instead
"Module not found"
- Run:
npm installin the project directory - Check that all dependencies are installed
"Authentication failed"
- Verify API tokens are correct and active
- Check token permissions match requirements
- Ensure Account IDs are correct (Cloudflare)
# Enable debug logging
DEBUG=chittycloud:* npx @chittyapps/chittycloude-mcp@latest
# Check log file
tail -f /tmp/chittycloud-mcp.log# Cloudflare
"Authenticate with Cloudflare using API token sk-abc123 and account ID def456"
# Vercel
"Authenticate with Vercel using API token xyz789"# Simple deployment
"Deploy my blog-site to Cloudflare"
# With environment
"Deploy my api-server to Vercel in staging environment"
# Check status
"Check status of deployment abc123 on Vercel"✅ Core Tools
- ping (connection test)
- help (documentation)
- authenticate (Cloudflare, Vercel)
- deploy (real deployments!)
- deployment-status (check progress)
✅ Real Integrations
- Cloudflare Workers API
- Vercel Deployments API
- Proper error handling
- Logging and debugging
✅ Production Ready
- MCP protocol compliant
- Works with Claude Code, Cursor, VS Code
- Extensible architecture
- Marketplace ready
Ready to deploy to the cloud! ☁️