Skip to content

Installation

The agent MCP server is available at:

https://app.requence.cloud/mcp/agent

All requests require an Authorization header with a personal access token (scoped/role tokens are rejected — the agent acts on your behalf). See Authentication for creating tokens.

Terminal window
claude mcp add --transport http requence-agent \
https://app.requence.cloud/mcp/agent \
--header "Authorization: Bearer <YOUR_PERSONAL_ACCESS_TOKEN>"

Add the following to your claude_desktop_config.json or .cursor/mcp.json:

{
"mcpServers": {
"requence-agent": {
"url": "https://app.requence.cloud/mcp/agent",
"headers": {
"Authorization": "Bearer <YOUR_PERSONAL_ACCESS_TOKEN>"
}
}
}
}

Once connected, the agent orients itself: it knows what templates, services, branches, and tasks are, reads your current editor presence (which template you have open, on which branch), and every tool guides the model toward the next correct step — no extra setup or prompting is required.

From here, see Investigating Runs for the read-only side, Building Workflows for the write side, and Permissions & Safety for what the agent can and cannot do under your token.