Skip to main content

MCP connection

Rezonant MCP has an extensive list of tools available for querying tickets, coding agent jobs, projects, documents, and your product brain.

Connect Rezonant to your coding tool over MCP to use those tools directly and hand off work from a project when needed.

MCP server URL

Use this server URL:

https://api.rezonant.app/mcp

Connect from your coding tool

Claude Code CLI

Run:

claude mcp add --transport http Rezonant https://api.rezonant.app/mcp

Then open Claude Code and run /mcp to finish sign-in.

Cursor

Add Rezonant to Cursor's MCP config. You can use either:

  • .cursor/mcp.json for one project
  • ~/.cursor/mcp.json to use it everywhere

Add:

{
"mcpServers": {
"Rezonant": {
"url": "https://api.rezonant.app/mcp"
}
}
}

Authenticate in Cursor if it prompts you when you first use the server.

Codex CLI

Add Rezonant to your Codex config. You can use either:

  • ~/.codex/config.toml for your user-level config
  • .codex/config.toml for a trusted project

Add:

[mcp_servers.rezonant]
url = "https://api.rezonant.app/mcp"

Open Codex and complete sign-in if it prompts you for MCP authentication.

Use it from Rezonant

Open a project, click Handoff, then copy the prompt or link into your coding tool.