Agent Plugins Marketplace
All plugins

xhost

v0.42.0

Deploy websites, APIs, and services to xhostd from your coding agent. Create apps, push code, deploy previews or production, inspect status, and manage channels, environment, storage, and domains.

CodexClaude Code1 Skill1 MCP serverStreamable HTTP

By Yair LifshitzLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Aug 28, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add xhost@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/xhostd/xhost-sdk

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/xhost/.

Plugin files

plugins/xhost/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/xhost/SKILL.md
└── .mcp.json

Included Skills1

xhostskills/xhost/SKILL.md

Use when the user wants to deploy a website or app, host a static site, put something online, publish a page, create a preview URL, check deployment status, manage env vars or custom domains, push from a local git checkout, or mentions xhostd in any way. Covers the full lifecycle: create app → push code → deploy → live HTTPS URL, plus channels, env, snapshots, domains, and Google sign-in.

MCP servers1

xhostStreamable HTTP
url
https://mcp.xhostd.com/mcp/

Plugin manifests2

plugins/xhost/.codex-plugin/plugin.json
{
  "name": "xhost",
  "version": "0.42.0",
  "description": "Deploy websites, APIs, and services to xhostd from your coding agent. Create apps, push code, deploy previews or production, inspect status, and manage channels, environment, storage, and domains.",
  "author": {
    "name": "Yair Lifshitz",
    "url": "https://github.com/yairl"
  },
  "homepage": "https://xhostd.com",
  "repository": "https://github.com/xhostd/xhost-sdk",
  "license": "MIT",
  "keywords": [
    "hosting",
    "deploy",
    "applications",
    "services",
    "static-sites",
    "nodejs",
    "python",
    "docker"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "xhostd",
    "shortDescription": "Build and deploy apps with xhostd",
    "longDescription": "Use xhostd from Codex to create apps, push code, deploy previews or production, inspect runtime status and logs, and manage channels, environment variables, storage, domains, and other hosting resources through an OAuth-authenticated MCP server.",
    "developerName": "xhostd",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "websiteURL": "https://xhostd.com",
    "privacyPolicyURL": "https://docs.xhostd.com/privacy",
    "termsOfServiceURL": "https://docs.xhostd.com/terms",
    "defaultPrompt": [
      "Deploy this project to xhostd",
      "Create a preview for this branch on xhostd",
      "Check my xhostd apps and deployment status"
    ]
  }
}
plugins/xhost/.claude-plugin/plugin.json
{
  "name": "xhost",
  "description": "Deploy applications, sites, and services with xhostd. Push code, get HTTPS URLs.",
  "version": "0.42.0",
  "author": {
    "name": "Yair Lifshitz"
  },
  "homepage": "https://xhostd.com",
  "repository": "https://github.com/xhostd/xhost-sdk",
  "keywords": [
    "hosting",
    "deploy",
    "applications",
    "services",
    "static-sites",
    "nodejs",
    "python"
  ],
  "mcpServers": {
    "xhost": {
      "type": "http",
      "url": "https://mcp.xhostd.com/mcp/"
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[xhost on Agent Plugins Marketplace](https://pluginsmp.com/plugins/xhost)