MCP.so
ログイン

HostBridge MCP Server

@elblanco2

HostBridge MCP Server について

MCP server for simplified framework deployments on shared hosting environments

基本情報

カテゴリ

その他

ライセンス

MIT license

ランタイム

python

トランスポート

stdio

公開者

elblanco2

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "hostbridge-mcp": {
      "command": "python",
      "args": [
        "-m",
        "venv",
        "venv"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is HostBridge MCP Server?

HostBridge MCP Server is a Model Context Protocol (MCP) server that simplifies framework deployments on various hosting environments, bridging the gap between LLMs and hosting providers. It is intended for novice developers to deploy web applications through conversational interfaces.

How to use HostBridge MCP Server?

Install dependencies, create a .env file with SECURE_STORAGE_PATH=~/.hostbridge/credentials, then start the server via hostbridge (or with --debug). For use with Claude Desktop, add the server configuration to claude_desktop_config.json. For Windsurf integration, use the "windsurf-handoff" prompt after deployment.

Key features of HostBridge MCP Server

  • Deploy Wasp applications with ease (more frameworks planned)
  • Support for Netlify, Vercel, shared hosting, and Hostm.com
  • Guided deployment prompts for users
  • Secure storage of hosting provider credentials
  • Built-in troubleshooting tools for common issues
  • Seamless handoff to Windsurf for continued development

Use cases of HostBridge MCP Server

  • Deploy a Wasp full‑stack JS application to Netlify via chat
  • Transition a deployed project to Windsurf for adding features
  • Use an LLM to diagnose and fix deployment errors
  • Manage multiple hosting provider credentials securely
  • Guide a novice developer through shared hosting setup

FAQ from HostBridge MCP Server

What prerequisites are needed to run HostBridge MCP Server?

Python 3.10+, an MCP client (e.g., Claude Desktop), and accounts with the desired hosting providers.

How do I configure HostBridge MCP Server with Claude Desktop?

Edit claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json, Windows: %APPDATA%\Claude\claude_desktop_config.json) and add a "hostbridge" entry under mcpServers with "command": "python" and "args": ["-m", "hostbridge", "--debug"].

Which hosting providers does HostBridge MCP Server support?

Netlify, Vercel, traditional shared hosting (SSH/SFTP, PHP, MySQL), and Hostm.com – all marked as complete.

Which frameworks are supported by HostBridge MCP Server?

Wasp is fully supported; Next.js and Astro are planned.

Is HostBridge MCP Server production‑ready?

No, the project is currently in early development. Contributions and feedback are welcome.

コメント

「その他」の他のコンテンツ