Getting Started
Setup instructions for AI assistants using MCP
Connect your AI assistant to AirOps using the MCP server. This guide covers setup for Codex, Claude Code, Cursor, VS Code, Windsurf, and other MCP clients.
Server URL: https://app.airops.com/mcp
Authentication uses OAuth 2.0—sign in with your AirOps account through your browser.
Codex
Use the AirOps MCP plugin for one-click setup in Codex.
Claude Code
Run in your terminal:
claude mcp add --transport http airops https://app.airops.com/mcpThen authenticate:
Run
/mcpin Claude CodeSelect the AirOps server
Choose Authenticate
Complete sign-in in your browser
Cursor
Open Cursor Settings → Tools & MCP → New MCP server
Add the configuration:
Click Connect to authenticate
VS Code (Copilot)
Open Settings (Ctrl/Cmd + ,)
Search for "mcp" and click Edit in settings.json
Add:
Windsurf
Open Windsurf Settings → Cascade → MCP Servers
Click Add Server → Add custom server
Add:
Other Clients
Most MCP clients support HTTP transport:
Transport: HTTP (streamable HTTP)
URL:
https://app.airops.com/mcp
For clients requiring SSE transport, use mcp-remote as a proxy:
Troubleshooting
Authentication
Connection
Clear Cached Authentication
Remove the server and add it again:
Claude Code:
Other clients: Delete the server from your configuration and re-add it.
Next Steps
Use Cases — Reporting and optimization examples
Tools Reference — All available tools
FAQ — Common questions
Last updated
Was this helpful?