docs(integration): add Claude and Claude Code integration guide#116
Open
k1LoW wants to merge 3 commits into
Open
docs(integration): add Claude and Claude Code integration guide#116k1LoW wants to merge 3 commits into
k1LoW wants to merge 3 commits into
Conversation
The Tailor Platform now exposes a remote MCP server per application (see tailor-inc/platform-planning#844), so users can let Claude and Claude Code run Dataplane GraphQL queries and mutations on their behalf. Document the end-to-end setup so users don't have to piece it together from the Auth, MCP, and Claude support docs. The guide covers a single OAuth2 client that registers both redirect URIs (Claude's `https://claude.ai/api/mcp/auth_callback` and Claude Code's `http://localhost:3000/oauth/callback` via `--callback-port`) and is split into clearly labeled subsections so it's obvious which step applies to which product.
The Tailor Platform remote MCP server that backs this integration is still in preview, so the guide should advertise that the same way other preview docs do (Built-in IdP uses `preview: true` in the frontmatter and `<PreviewTag />` on the H1).
Without the Oxford comma the list reads ambiguously ("Claude and
Claude Code" can be parsed as a single compound name because "Claude
Code" itself contains "Claude"). The rest of the docs already use the
Oxford comma convention (see `getting-started/graphql.md`,
`sdk/testing.md`, etc.), so add one here for consistency.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
claude mcp add) to a Tailor PF app via the new Dataplane remote MCP serverChanges
docs/guides/integration/claude.mdcovering:requireDPoP: false) with two redirect URIs, each labeled with the product that uses it:https://claude.ai/api/mcp/auth_callbackfor Claude andhttp://localhost:3000/oauth/callbackfor Claude Code (via--callback-port 3000)Organization settings > Connectors/Customize > Connectors,Add custom connector,remote MCP server URL, andOAuth Client IDunderAdvanced settings, matching the wording used in the Claude support articleclaude mcp add --transport http <name> https://{YOUR_APP_SUBDOMAIN}.erp.dev/mcp --client-id <CLIENT_ID> --callback-port 3000docs/guides/integration/overview.mdto reference the new page{YOUR_APP_SUBDOMAIN}.erp.devplaceholder style for app URLs to stay consistent with the rest of the docs