Getting Started

Set up Opsera DevOps Agent for Claude, Cursor, and other MCP-compatible clients

1 Request Access

Create an account to get your API token. Approval typically takes 1-2 business days.

Request Access

2 Get Your Token

Once approved, sign in to your dashboard to view your API token and MCP configuration.

3 Configure Your MCP Client

Add the MCP server configuration to your preferred client's settings file:

Location: ~/.claude/settings.json

{ "mcpServers": { "opsera": { "type": "streamable-http", "url": "https://opseramcp-dev.agent.opsera.dev/mcp", "headers": { "Authorization": "Bearer YOUR_TOKEN_HERE" } } } }

Location: ~/.cursor/mcp.json

{ "mcpServers": { "opsera": { "type": "streamable-http", "url": "https://opseramcp-dev.agent.opsera.dev/mcp", "headers": { "Authorization": "Bearer YOUR_TOKEN_HERE" } } } }

For other MCP-compatible clients, use the streamable-http transport:

MCP Server URL: https://opseramcp-dev.agent.opsera.dev/mcp Transport Type: streamable-http Authorization Header: Bearer YOUR_TOKEN_HERE

Replace YOUR_TOKEN_HERE with your actual API token from the dashboard.

4 Start Using Tools

Restart your MCP client and you'll have access to these AI-powered DevOps tools:

opsera_agentic_container_aws

Deploy containers to AWS EKS with GitOps, Terraform, ArgoCD, and Route53

opsera_security_scan

Security audits with compliance mapping (SOC2, HIPAA, PCI-DSS)

opsera_dora_metrics

Calculate DORA metrics from git history with recommendations

opsera_sfdc_analyze

Analyze Salesforce metadata dependencies

opsera_sfdc_package_xml

Generate deployment-ready package.xml files

Get Started Now Sign In