Skip to content

Add Seam MCP Server documentation page#1053

Merged
chmaltsp merged 5 commits into
mainfrom
docs/add-seam-mcp-page
Mar 23, 2026
Merged

Add Seam MCP Server documentation page#1053
chmaltsp merged 5 commits into
mainfrom
docs/add-seam-mcp-page

Conversation

@chmaltsp

Copy link
Copy Markdown
Contributor

Summary

  • Adds a new Seam MCP Server page under Developer Tools (docs/developer-tools/seam-mcp.md) with setup instructions for all major MCP clients
  • Includes one-click Install in Cursor deeplink button
  • Tabbed config snippets for Claude Code, Cursor, Windsurf, VS Code, and Claude Desktop
  • Adds a callout on the Quick Start page directing AI-assisted developers to the MCP server
  • Adds nav entry in SUMMARY.md under Developer Tools

Test plan

  • Verify GitBook renders the page correctly (tabs, hints, code blocks)
  • Test the Cursor deeplink URL opens install dialog
  • Confirm all JSON config snippets are valid and copy-pasteable
  • Verify the Quick Start callout links to the correct page
  • Check SUMMARY.md sidebar shows the new entry under Developer Tools

🤖 Generated with Claude Code

Add a dedicated setup guide for the Seam MCP server under Developer Tools
with one-click Cursor deeplink, tabbed config for all major MCP clients
(Claude Code, Cursor, Windsurf, VS Code, Claude Desktop), and a callout
on the Quick Start page directing AI-assisted developers to the MCP server.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@chmaltsp chmaltsp requested a review from a team as a code owner March 23, 2026 04:18

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 34b85c5fc3

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +76 to +79
1. Open Claude Desktop
2. Go to **Settings** → **Connectors**
3. Click **Add Connector**
4. Enter: `https://mcp.seam.co/mcp`

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Document Claude Desktop's paid-plan prerequisite

Anthropic's "Getting Started with Custom Connectors Using Remote MCP" help article says remote MCP connectors in Claude Desktop are only available on Pro, Max, Team, and Enterprise. Presenting Settings → Connectors → Add Connector as the default flow here means free-plan Claude Desktop users can follow these steps exactly and still never get a working setup, even though they need the local mcp-remote fallback below instead.

Useful? React with 👍 / 👎.

Comment thread docs/developer-tools/seam-mcp.md Outdated
Comment on lines +90 to +91
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.seam.co/mcp"]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Wrap npx for Claude Desktop on native Windows

This config is also presented for Windows (%APPDATA%\Claude\claude_desktop_config.json), but Anthropic's MCP docs note that native Windows cannot execute npx directly for local MCP servers and requires a cmd /c ... wrapper or the connection closes immediately. As written, Windows users who copy the fallback JSON will get a startup failure instead of a working Seam server.

Useful? React with 👍 / 👎.

chmaltsp and others added 4 commits March 22, 2026 21:28
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- ChatGPT: correct UI path to Settings > Apps & Connectors > Advanced settings
- Claude Desktop: fix button text to "Add custom connector", remove
  unsupported mcp-remote JSON config fallback

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@chmaltsp chmaltsp merged commit 92cfcec into main Mar 23, 2026
9 checks passed
@chmaltsp chmaltsp deleted the docs/add-seam-mcp-page branch March 23, 2026 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant