Skip to main content

Connect your AI MCP to Serpent

Point any MCP client at Serpent's native server to plan deployments, open pull requests, resolve conflicts, and trigger pipelines from your AI tool.

Connection details

Point your MCP client at https://mcp.serpent.cloud/mcp over streamable HTTP. Authentication is OAuth 2.1 with PKCE on scope serpent:mcp, so your client opens a browser to consent and no API key sits in the config.

Client configuration

{
  "mcpServers": {
    "serpent": {
      "type": "http",
      "url": "https://mcp.serpent.cloud/mcp"
    }
  }
}

That is the Claude Code and Cursor shape. Supported clients today include Claude, Cursor, Cline, Codex, Windsurf, and GitHub Copilot; each client's integration page carries its own snippet.

What you can run

The server exposes plan_deploy, create_pull_request, resolve_metadata_conflict, and trigger_pipeline. Every MCP-triggered action still runs through Serpent's preflight checks, AI review, and mandatory human approval. MCP access is included on the free Essentials tier.