Quickstart
Get connected in under five minutes.
IDE Integration
Connect Cursor, Claude Code, OpenAI Codex CLI, or another MCP-compatible client.
Sync
Mirror your Mage project to local files.
MCP Tools
Full reference for every tool your AI can call.
How it works
- MCP server — mage-agent runs as a background stdio process. Your IDE or AI agent sends tool calls over JSON-RPC; mage-agent translates them into Mage Pro REST API requests.
- Skill resources — the server exposes Markdown guidance files that give your AI assistant context on how to interact with pipelines, blocks, runs, and sync operations.
- Sync engine — a separate CLI layer lets you pull the full remote project tree to a local directory, push local edits back, and resolve conflicts file by file.