Back to Browse

Xhost Sdk MCP Server

by Yairl
Developer ToolsLow Risk10.0MCP RegistryRemote
Free

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

10.0
Low Risk10.0Low Risk

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.

HTTP Network Access

Connects to external APIs or services over the internet.

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 GitHub

From 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 Dockerfile that 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

  1. You push code to xhostd's git server
  2. You trigger a deploy (explicitly, via /xhost or the API)
  3. xhostd runs your install.sh (install the dependencies) then launch.sh (start the app on $XHOST_HTTP_PORT)
  4. 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!