Skip to content

feat(mcp): add Hostinger and Cloudflare MCP configuration entries - #892

Merged
POWERFULMOVES merged 1 commit into
mainfrom
feat/mcp-configs
Mar 13, 2026
Merged

POWERFULMOVES merged 1 commit into
mainfrom
feat/mcp-configs

Conversation

@POWERFULMOVES

Copy link
Copy Markdown
Owner

Summary

  • Add pmoves/config/mcp/hostinger.yaml — Terraform + SSH orchestration for Hostinger VPS
  • Add pmoves/config/mcp/cloudflare.yaml — Remote MCP via Claude.ai for Cloudflare
  • Document capabilities, required credentials, and Makefile targets

MCP Configurations

Hostinger MCP

  • Provider: Terraform (hostinger/hostinger ~> 0.1.3) + SSH
  • Credentials: HOSTINGER_API_TOKEN, HOSTINGER_SSH_*
  • Capabilities: VPS provisioning, SSH execution, Headscale deployment
  • Makefile: make hostinger-provision, make hostinger-ssh

Cloudflare MCP

  • Provider: Remote MCP via Claude.ai (no local setup)
  • Credentials: CLOUDFLARE_ACCOUNT_ID, CLOUDFLARE_API_TOKEN
  • Capabilities: Workers, KV, R2, D1, DNS management, Tunnels
  • Tools: mcp__claude_ai_Cloudflare_Developer_Platform__*

Test Plan

  • Verify YAML syntax is valid
  • Confirm credentials align with secrets_manifest_v2.yaml
  • Test Cloudflare MCP: set_active_account → list tunnels (requires re-auth)
  • Test Hostinger SSH: make hostinger-ssh (requires VPS access)

Context

Part of Network Fabric Activation — Batch 4: MCP Config & Credential Sync.

🤖 Generated with Claude Code

- Add pmoves/config/mcp/hostinger.yaml (Terraform + SSH orchestration)
- Add pmoves/config/mcp/cloudflare.yaml (remote MCP via Claude.ai)
- Document capabilities, required credentials, and Makefile targets

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@coderabbitai

coderabbitai Bot commented Mar 13, 2026

Copy link
Copy Markdown
Contributor

Warning

Rate limit exceeded

@POWERFULMOVES has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 11 minutes and 44 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 82f65431-487f-417a-8978-6b46c861d423

📥 Commits

Reviewing files that changed from the base of the PR and between 580c2fe and cb7b7b2.

📒 Files selected for processing (2)
  • pmoves/config/mcp/cloudflare.yaml
  • pmoves/config/mcp/hostinger.yaml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feat/mcp-configs
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@POWERFULMOVES
POWERFULMOVES merged commit 7c86e56 into main Mar 13, 2026
6 checks passed
@POWERFULMOVES
POWERFULMOVES deleted the feat/mcp-configs branch March 13, 2026 06:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant