Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/with-ai.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: Give your AI coding agent Temporal expertise and real-time access t
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

Give your AI coding agent Temporal expertise with Skills and real-time documentation access with the Temporal Docs MCP
Give your AI coding agent Temporal expertise with Skills and real-time documentation access with the Temporal Knowledge Base MCP
Server.

## Skills
Expand Down Expand Up @@ -112,18 +112,18 @@ git clone https://github.com/temporalio/skill-temporal-cloud.git ~/.claude/skill

Restart your coding agent after installing.

## Temporal Docs MCP Server
## Temporal Knowledge Base MCP Server

Connect Temporal documentation directly to your AI assistant for accurate, up-to-date answers about Temporal. The
Temporal docs MCP server gives AI tools real-time access to our documentation, so responses draw from current docs
Connect Temporal expertise directly to your AI assistant for accurate, up-to-date answers about Temporal. The
Temporal knowledge base MCP server gives AI tools real-time access to best practices compiled from our documentation, educational materials, community forum responses, and slack channels, so responses draw from current expertise
rather than training data.

The server requires anonymous authentication using any Google account to enforce rate limits and prevent abuse. We
cannot see nor do we collect any contact information from this.

### Claude Code

Add the Temporal docs MCP server globally so it's available in all your projects:
Add the Temporal knowledge base MCP server globally so it's available in all your projects:

1. Register the MCP server with Claude Code:

Expand Down
Loading