hostwares-mcp
Allows deploying sites from GitHub repositories, including triggering deployments, viewing logs, and managing environment variables.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@hostwares-mcpDeploy my-app from github.com/user/repo"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Hostwares MCP Server
Use Hostwares from Cursor, Claude Desktop, Windsurf, or any MCP-compatible AI editor.
Deploy sites, manage databases, troubleshoot deployments — all from your AI assistant.
Install
npm install -g hostwares-mcpRelated MCP server: CreateOS MCP
Setup
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"hostwares": {
"command": "hostwares-mcp",
"env": { "HOSTWARES_API_KEY": "your-api-key" }
}
}
}Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"hostwares": {
"command": "hostwares-mcp",
"env": { "HOSTWARES_API_KEY": "your-api-key" }
}
}
}Windsurf
Add to MCP settings:
{
"mcpServers": {
"hostwares": {
"command": "hostwares-mcp",
"env": { "HOSTWARES_API_KEY": "your-api-key" }
}
}
}Get Your API Key
Create a new key
Set as
HOSTWARES_API_KEY
Available Tools
Tool | Description |
| Deploy from GitHub repo |
| List all sites |
| Check site status |
| Restart a site |
| Stop or start |
| Trigger new deploy |
| View deploy logs |
| Set custom domain |
| Set environment variables |
| Create managed DB |
| List databases |
| Check balance |
| Ask AI anything about your infrastructure |
Example Usage
In Cursor or Claude Desktop:
"Deploy my-app from github.com/user/repo to Hostwares"
"Check the status of my sites on Hostwares"
"Why is my-app failing? Check the logs on Hostwares"
"Set DATABASE_URL on my-app in Hostwares"License
MIT — Hostwares LLC
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/iammaksudul/hostwares-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server