Skip to content

Configuration

The Requence MCP server is available at:

https://app.requence.cloud/mcp

All requests to the MCP server require an Authorization header with a Bearer token. You can use either a personal access token or a scoped access token.

Authorization: Bearer <YOUR_ACCESS_TOKEN>

See Authentication for details on creating tokens.

Below are example configurations for common MCP clients.

Add the following to your claude_desktop_config.json:

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

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

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

Once configured, all MCP-capable task templates visible to the token’s scope will appear as available tools in the client.