githubEdit

Seam MCP Server

Connect your AI coding assistant to Seam documentation in under a minute — no API keys or authentication required.

The Seam MCP server gives your AI coding assistant direct access to the entire Seam documentation. It can search docs semantically, fetch full pages, and browse the doc tree — so your assistant always has accurate, up-to-date context about the Seam API.

circle-check

Server URL

https://mcp.seam.co/mcp

Use this URL in any MCP-compatible client. Editor-specific instructions are below.

One-Click Install

Install in Cursorarrow-up-right

For other editors, follow the manual setup below.

Setup

Run this command in your terminal:

claude mcp add --transport http seam https://mcp.seam.co/mcp

Available Tools

Tool
Description

search_docs

Semantic search across all Seam documentation. Returns ranked results with confidence scores.

get_doc

Fetch the full content of a specific documentation page by path.

list_doc_sections

Browse the documentation tree structure to discover available pages.

Try It Out

After setup, try asking your AI assistant:

  • "How do I create an API key in Seam?"

  • "Show me how to unlock a door with the Seam API"

  • "What access control systems does Seam support?"

Troubleshooting

  • Tools not showing up? Restart your editor or reload the window after adding the MCP configuration.

  • Connection errors? Make sure you're using https://mcp.seam.co/mcp — the /mcp path is required.

  • Slow first response? The first query may take a few seconds while the server warms up. Subsequent queries are fast.

Last updated

Was this helpful?