Connect AI assistants with PipeOps MCP
PipeOps MCP lets AI assistants inspect and manage resources in your PipeOps account. The hosted server exposes projects, deployments, environments, add-ons, servers, workspaces, teams, registries, and billing operations as Model Context Protocol (MCP) tools.
You do not need to install or run a local MCP server.
| Setting | Value |
|---|---|
| Name | pipeops |
| MCP endpoint | https://mcp.pipeops.app/mcp |
| Transport | Streamable HTTP |
| Recommended authentication | OAuth |
| Alternative authentication | Bearer service token |
Find PipeOps MCP in the Console
- Sign in to the PipeOps Console.
- Select the workspace you want the assistant to access.
- Open Developer Tools from the dashboard sidebar.
- Select PipeOps MCP.
You can also open Developer Tools directly. The PipeOps MCP card opens this setup guide.
To create or revoke credentials for an MCP client, open Integrations → Service Tokens. If Service Tokens is not visible, confirm that you have permission to manage integrations for the workspace or contact PipeOps support.
Before you connect
Create a dedicated service token for your AI client:
- Open Integrations → Service Tokens.
- Select Create Service Token.
- Create a token with
api:readfor read-only tools. - Add
api:writeonly if the client needs to deploy, restart, stop, create, update, or delete resources. - Copy the token when it is shown. Store it securely because it should not be pasted into an AI conversation or committed to source control.
Start with api:read. Create a separate, short-lived token for write access instead of granting api:full to a general-purpose assistant.
Choose an authentication method
OAuth (recommended)
Use OAuth when your client supports remote MCP authorization. Add the PipeOps MCP endpoint and select Connect, Sign in, or Authorize. The client discovers the PipeOps authorization endpoints automatically.
The PipeOps authorization page asks for the dedicated service token you created. This one-time exchange happens on https://mcp.pipeops.app; the AI client does not receive or store the raw PipeOps token. The client receives short-lived OAuth credentials instead.
OAuth access is read-only by default. If the client lets you select scopes, request api:write only when you want it to expose mutating tools. The consent page shows the requested access before approval.