Configuration
Server URL
Section titled “Server URL”The Requence MCP server is available at:
https://app.requence.cloud/mcpAuthentication
Section titled “Authentication”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.
Client Configuration
Section titled “Client Configuration”Below are example configurations for common MCP clients.
Claude Desktop
Section titled “Claude Desktop”Add the following to your claude_desktop_config.json:
{ "mcpServers": { "requence": { "url": "https://app.requence.cloud/mcp", "headers": { "Authorization": "Bearer <YOUR_ACCESS_TOKEN>" } } }}Cursor
Section titled “Cursor”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.