Serpent + Cursor for Salesforce DevOps
Serpent ships a native MCP server, so Cursor can plan, review, and trigger Salesforce deployments without leaving the editor.
How to connect
Serpent is the only Salesforce DevOps platform with a native MCP server, and Cursor picks it up from a single JSON entry, globally or per project. It runs at https://mcp.serpent.cloud/mcp over streamable HTTP, with OAuth 2.1 sign-in.
// ~/.cursor/mcp.json (or .cursor/mcp.json for one project)
{
"mcpServers": {
"serpent": {
"url": "https://mcp.serpent.cloud/mcp"
}
}
}- Serpent signs your client in with OAuth 2.1 on first connect, so no API key sits in your config file.
- Your client then discovers Serpent's four MCP tools automatically: plan_deploy, create_pull_request, resolve_metadata_conflict, and trigger_pipeline.
- Every MCP-triggered action still runs through Serpent's preflight checks and requires your human approval before anything ships.

One workflow: deploying without leaving Cursor
Ask Cursor to "scope a deployment for the new approval flow to UAT." Serpent's plan_deploy tool maps the exact components, you review the plan, and create_pull_request opens it for approval. Once approved, trigger_pipeline kicks off the deployment and reports status back in the same conversation. See the full MCP tool list for what else your AI client can run.
Common questions
Start free. No credit card, no install, no commitment.
Set up in under 15 minutes. No DevOps hire needed.
