Skip to content

feat: add Seam Docs MCP server install instructions#1106

Merged
sybohy merged 7 commits into
mainfrom
claude/publish-seam-marketplace-6IDwz
Apr 27, 2026
Merged

feat: add Seam Docs MCP server install instructions#1106
sybohy merged 7 commits into
mainfrom
claude/publish-seam-marketplace-6IDwz

Conversation

@sybohy

@sybohy sybohy commented Apr 27, 2026

Copy link
Copy Markdown
Member

Summary

Adds public setup and usage documentation for the Seam Docs MCP server to the API reference Installation page. This is the landing page we'll cite in our submission to Anthropic's MCP marketplace, per the spec requirement for "public documentation… with clear setup and usage instructions."

  • File: docs/api-reference/installation.md (and matching codegen source at codegen/source/docs/api-reference/installation.md)
  • Renders at: https://docs.seam.co/latest/api/installation
  • Branch: claude/publish-seam-marketplace-6IDwz

The page covers:

  • Server URL (https://mcp.seam.co/mcp), Streamable HTTP transport, no auth
  • Example prompts a user can paste into Claude
  • Step-by-step connect instructions for Claude.ai, Claude Desktop, and Claude Code
  • Table of the three exposed tools (search_docs, get_doc, list_doc_sections)
  • Troubleshooting (403 origin rejection, empty search, firewall issues)
  • Support pointer (support@seam.co)

Deviations from spec

  • Reused the existing /latest/api/installation page rather than creating a new file. The spec said the URL is fixed and asked me to "figure out the matching file location," but that URL already serves the SDK installation page (docs/api-reference/installation.md). To avoid breaking the existing URL while still meeting the marketplace requirement, I restructured the page into two top-level sections — Seam SDKs (existing content, preserved verbatim) and Seam Docs MCP Server (new). Both audiences are served from one URL. If you'd rather have a dedicated MCP-only page (e.g., /latest/api/mcp-server), let me know and I'll move it.
  • Could not cross-check seamapi/seam-mcp/README.md. The spec asked me to verify the connection JSON against that repo, but it returned 404 (private or different name). I used the standard Claude Code MCP HTTP form (claude mcp add --transport http … plus the equivalent JSON mcpServers block). Worth a sanity check against the real README before we publish.
  • No screenshots added — the existing API reference pages don't use them, so I matched the style.

Test plan

  • npm run lint — passes
  • npm run validate-paths — passes
  • npm run validate-links — passes
  • npm run validate-orphan-pages — passes
  • Visual check on GitBook preview build for the new page
  • Confirm Claude Code connection command/JSON matches seamapi/seam-mcp/README.md

🤖 Generated with Claude Code

Adds setup and usage documentation for the public Seam Docs MCP server
to the existing API reference Installation page (renders at
/latest/api/installation). Required public landing page for the
Anthropic MCP marketplace submission.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@sybohy sybohy requested review from a team as code owners April 27, 2026 23:17
seambot and others added 6 commits April 27, 2026 23:19
Updates the Seam Docs MCP server section to reflect that search and
fetch tools also cover the 400+ supported device models. Adds device-
oriented example prompts, display names for each tool, and a search tip
for device queries. Aligns with the marketplace listing copy.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Renames the API reference Installation page to "SDK Installation" and
moves the Seam Docs MCP server content to a new "MCP Installation"
page at /latest/api/mcp-installation. Adds a success callout near the
top of the SDK page encouraging Claude users to install the MCP server
first so Claude can guide them through implementation.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Adds mcp-cover.png to docs/api-reference/.gitbook/assets and references
it from the MCP Installation page frontmatter. Updates the codegen
delete pattern to preserve the asset folder and the hand-maintained
mcp-installation.md across regenerations, and removes the page from the
codegen source tree (it no longer flows through metalsmith, so its
frontmatter — including cover — is preserved verbatim).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@sybohy sybohy merged commit fac2e82 into main Apr 27, 2026
12 checks passed
@sybohy sybohy deleted the claude/publish-seam-marketplace-6IDwz branch April 27, 2026 23:58
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.

2 participants