MCP.so
Sign In

HostBridge MCP Server

@elblanco2

About HostBridge MCP Server

MCP server for simplified framework deployments on shared hosting environments

Basic information

Category

Other

License

MIT license

Runtime

python

Transports

stdio

Publisher

elblanco2

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More Other MCP servers