HostBridge MCP Server
@elblanco2
About HostBridge MCP Server
MCP server for simplified framework deployments on shared hosting environments
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Nginx UI
0xJackyYet another WebUI for Nginx
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments