ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Temporal with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Monitor and manage distributed workflows in Temporal Cloud natively via your AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 7 capabilities

The complete Temporal capability set.

These are the exact actions your AI can choose when you ask it to work with Temporal.

Capability set01 / 02

01-04

4 capabilities in this set.

Part of 7 available through Temporal.

  1. 01

    Get workflow history

    Retrieves the event history for a workflow execution

  2. 02

    Get namespace details

    Retrieves information about the current namespace

  3. 03

    Get workflow details

    Retrieves details for a specific workflow execution

  4. 04

    List schedules

    Lists all workflow schedules

Capability set02 / 02

05-07

3 capabilities in this set.

Part of 7 available through Temporal.

  1. 05

    List search attributes

    Lists custom search attributes available in the namespace

  2. 06

    List workflows

    Returns workflow IDs, run IDs, and statuses. Lists all workflow executions in the configured namespace

  3. 07

    Search workflows

    G., WorkflowType="MyType" AND Status="Running"). Search workflows using Temporal Visibility Query syntax

Observed, not estimated

855ms average. Fast in production.

Temporal is checked daily against the live service.

Daily averagePeak 974ms
Aug 20Today
Fastest day
731ms
Slowest day
974ms
14-day trend
Slowing+15%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 7 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Temporal, so you can see the experience inside your AI.

It does not authenticate your account with Temporal. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Temporal Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_EnU6gjOxc9KSHxcvKKIpGvDNCsHHJOBTVxTch47l/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Temporal capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "temporal-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_EnU6gjOxc9KSHxcvKKIpGvDNCsHHJOBTVxTch47l/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Temporal owners ask.

  • 01

    Can my AI agent debug a failed Temporal workflow run directly?

    Yes. Instead of browsing the Temporal UI to manually dissect the execution, feed the workflow ID directly to your AI agent. It can seamlessly fetch the entire event history, identify the exact panic line or activity timeout, and immediately suggest code fixes within your IDE.

  • 02

    How complex can the visibility searches be via natural language?

    Very complex. Because your agent understands your codebase, you can ask 'Find all workflows of type ProcessPayment that failed in the last 2 hours'. The agent formulates the perfect SQL-like syntax for the backend, parses the matching pages, and surfaces exactly which transactions failed.

  • 03

    Can it read scheduled jobs and Cron jobs configurations inside Temporal?

    Absolutely. You can request a list of all active schedules mapped to your namespace. Your agent unpacks JSON configurations, showing definitions of workflow recurrence, enabling you to detect missing crons without interrupting your workflow.