Server data from the Official MCP Registry
Agent-first hosting: create apps, commit code, deploy, get HTTPS URLs. OAuth sign-in, no tokens.
About
Agent-first hosting: create apps, commit code, deploy, get HTTPS URLs. OAuth sign-in, no tokens.
Remote endpoints: streamable-http: https://mcp.xhostd.com/mcp/
Security Report
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
How to Connect
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"com-xhostd-mcp": {
"url": "https://mcp.xhostd.com/mcp/"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
xhostd SDK
Claude Code and Codex plugin for xhostd — deploy applications, sites, and services. Push code, get HTTPS URLs.
Install
/plugin marketplace add xhostd/xhost-sdk
/plugin install xhost@xhost-sdk
Installing the plugin registers both the xhost skill and the remote MCP server (https://mcp.xhostd.com/mcp/).
Codex
This repository also includes the Codex plugin manifest at plugins/xhost/.codex-plugin/plugin.json, its OAuth MCP declaration at plugins/xhost/.mcp.json, and a repo-local marketplace at .agents/plugins/marketplace.json. The MCP server uses browser-based Google OAuth; do not paste an API token into the plugin configuration.
After installing, reload plugins in your current session:
/reload-plugins
Connect
Run /mcp, select xhost, and choose Authenticate. Your browser opens for Google sign-in — no token needed.
Usage
Just use /xhost — it handles everything:
"deploy my website" → signs up, creates app, pushes, deploys
"check my app status" → shows apps, channels, URLs, deploy state
"create a preview for this branch" → pushes branch, creates preview URL
Or invoke it explicitly:
/xhost
The single /xhost skill handles account setup, app creation, deploys, previews, and status checks. Claude figures out what you need from context.
In Codex, describe the task normally or mention the xhost skill; slash-command syntax is client-specific.
Example use cases
- Deploy the current website or API to xhostd and return its live HTTPS URL.
- Create a preview channel for the current branch and report its URL and deploy status.
- Inspect apps, channels, runtime logs, environment metadata, domains, or deployment history.
What xhostd supports
- Static sites — nginx serves your HTML/CSS/JS
- Node.js apps — Express, Next.js, Fastify, Vite (give
install.sh+launch.sh) - Python apps — FastAPI, Flask, Django (give
install.sh+launch.sh) - Docker apps — any runtime, from a
Dockerfilethat you write - Background workers — processes that run without end, not web servers
Recipes
https://docs.xhostd.com/guides holds one complete recipe for each shape of app: every file, the exact calls, and the failure modes of that shape. Read the recipe for your shape before you write the code. The plugin carries the same recipes offline, under plugins/xhost/skills/xhost/references/.
How it works
- You push code to xhostd's git server
- You trigger a deploy (explicitly, via
/xhostor the API) - xhostd runs your
install.sh(install the dependencies) thenlaunch.sh(start the app on$XHOST_HTTP_PORT) - Your app is live over HTTPS with a wildcard cert
A Docker app runs the CMD in your Dockerfile in place of the two scripts. A static site needs no script, because nginx serves the committed files.
Requirements
- Git installed locally
- An API token (from console.xhostd.com/tokens) only if you push over git or call the API with raw curl — the MCP connection itself uses OAuth, no token
License
MIT
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
