Implementing your work
Once a task is shaped in Rezonant, you have two ways to move it to implementation. Rezonant MCP connects your workspace to coding agent tools like Claude Code, Cursor, and Codex. Or use the Rezonant coding agent from the task panel.
Sending work to a coding agent via MCP
Getting started
Claude Code CLI
claude mcp add --transport http Rezonant https://api.rezonant.app/mcp
Inside a Claude session, run /mcp to complete the sign-in flow.
Cursor
Open ~/.cursor/mcp.json and add:
{"mcpServers":{"Rezonant":{"url":"https://api.rezonant.app/mcp"}}}
Codex CLI
Open ~/.codex/config.toml and add:
[mcp_servers.rezonant]
url = "https://api.rezonant.app/mcp"
Using the Rezonant coding agent
The Rezonant coding agent is built on top of Claude Opus 4.7 and runs in a secure, isolated environment. It can explore your codebase, make changes, and open a pull request.
- Open the task from the Tasks panel.
- Click Build → Run coding agent.
- When done, it opens a pull request with a link directly from the task panel.