MCP server for the Partiri Cloud PaaS platform. Enables AI agents to manage workspaces, projects, services, deployments, and metrics.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.MCP_ALLOWED_ORIGINSMCP_ALLOWED_REDIRECT_HOSTS— No — Comma-separated OAuth redirect hosts allowed in addition to loopbackMCP_BASE_URL— HTTP prod http://localhost:{PORT} Public URL of the MCP serverMCP_DATA_DIR— No — Persistent dir for client registrations + token secret (survives restarts; single-replica)MCP_MAX_SESSIONS— No 1000 Max concurrent MCP sessionsMCP_MAX_SESSIONS_PER_KEY— No 5 Max sessions per API keyMCP_READONLY— No false When truthy, only read-only tools are registeredMCP_SESSION_TTL_MINUTES— No 30 Session inactivity timeoutMCP_TOKEN_SECRET— $(openssl rand -hex 32) \MCP_TOOLS_ALLOWLIST— No — Comma-separated tool names to enable on top of the base setMCP_TOOLS_DENYLIST— No — Comma-separated tool names to remove (wins over allowlist)MCP_TRANSPORT— stdio (default) Local CLI / direct integration =stdio or omitMCP_TRUSTED_PROXIES— HTTP prod loopback Trusted proxy IP(s)/CIDR(s) for client-IP rate limiting; set to your ingress so X-Forwarded-For can't be spoofedPARTIRI_API_KEY— your-key npx tsx src/index.tsPARTIRI_API_URL— No https://api.partiri.cloud Partiri API base URL (must be HTTPS)PARTIRI_TIMEOUT— No 30 API request timeout in secondsPARTIRI_WEB_URL— 3. The client opens /authorize, which redirects the browser to the hosted Partiri sign-in page (/cli-auth) with a short state and the server's public callback URLPORT— No 3000 HTTP server portXDG_CONFIG_HOME[](https://m8ven.ai/mcp/partiri-cloud-harbor-mcp-7rvamo)