← zenith.hosting

INDIVIDUAL MCP TOOL

zenith_list_deployments

List the apps the authenticated user is running on Zenith Hosting — their managed open-source SaaS instances.

zenith.hostingnone authenticationAvailability not checked

LIVE ENDPOINT

https://zenith.hosting/mcp

No auth detected

Connect to this endpoint to inspect the live schema for zenith_list_deployments and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

zenith.hosting

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.zenith]
url = "https://zenith.hosting/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "zenith": {
      "type": "http",
      "url": "https://zenith.hosting/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: zenith
Remote MCP URL: https://zenith.hosting/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "zenith": {
      "url": "https://zenith.hosting/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "zenith": {
      "type": "http",
      "url": "https://zenith.hosting/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "zenith",
  "transport": "streamable-http",
  "url": "https://zenith.hosting/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • zenith_catalogue — Search the catalogue of deployable open-source apps Zenith can host (Nextcloud, Gitea, Rocket.Chat, …).
  • zenith_compare — Compare two or more catalogue apps side by side — name, what it does, tags, pricing tier ($10/mo personal or $20/mo business), source repo and licence.
  • zenith_delete_deployment — Permanently delete one deployment owned by the authenticated user.
  • zenith_deploy — Provision a new managed instance of a catalogue app for the authenticated user.
  • zenith_get_environment — Read the environment variables for one deployment owned by the authenticated user, grouped by service.
  • zenith_get_started — Explain how the user connects their Zenith account to this agent so you can list, configure, deploy, or delete deployments with the required confirmations.
  • zenith_inspect_deployment — Inspect one deployment owned by the authenticated user.
  • zenith_set_environment — Set environment variables on one deployment owned by the authenticated user.