← zenith.hosting
INDIVIDUAL MCP TOOL
zenith_catalogue
Search the catalogue of deployable open-source apps Zenith can host (Nextcloud, Gitea, n8n, Rocket.Chat, …).
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 endpoint
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-hosting]
url = "https://zenith.hosting/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"zenith-hosting": {
"type": "http",
"url": "https://zenith.hosting/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: zenith-hosting
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-hosting": {
"url": "https://zenith.hosting/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"zenith-hosting": {
"type": "http",
"url": "https://zenith.hosting/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "zenith-hosting",
"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_app_request— Send an authenticated HTTP request to the REST API of one of the user's apps running on Zenith — and let ZENITH inject the app's credential.zenith_compare— Compare two or more catalogue apps side by side — name, what it does, tags, pricing tier ($5/mo personal or $10/mo business), source repo and licence.zenith_deploy— Provision a new managed instance of a catalogue app for the authenticated user.zenith_get_started— Explain how the user connects their Zenith account to this agent so you can deploy and manage apps.zenith_list_deployments— List the apps the authenticated user is running on Zenith Hosting — their managed open-source SaaS instances.zenith_whoami— Return the Zenith account this connection is authenticated as — id, name, email, username and token expiry.