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.

评论

其他 分类下的更多 MCP 服务器