Skip to main content
mcpSource-backedReview first Safety Privacy

Tandem Docs MCP Server for Claude

Public streamable HTTP MCP server for Tandem documentation—install guides, SDK references, workflow docs, headless deployment, and docs-grounded setup help for the Tandem governed runtime.

HarnessClaude CodeCodexCursorClaude Desktop
Review first review before installing

Open the source and read safety notes before installing.

Safety notes

  • Makes outbound HTTPS requests to tandem.ac and published Tandem documentation sources.
  • Cache-management tools such as invalidate_docs_cache and warmup_docs_cache can affect server-side docs cache state.
  • Docs answers are informational; verify runtime behavior against your installed Tandem version before production changes.
  • Do not treat documentation guidance as a substitute for your own security review of governed agent workflows.

Privacy notes

  • Search queries, doc paths, and how-to tasks you send are processed by the Tandem docs MCP service.
  • The public docs server does not require credentials; avoid pasting secrets into doc search prompts.
  • Fetched documentation may reference tenant, approval, or connector patterns that do not apply to your deployment mode.

Prerequisites

  • Claude Pro, Team, or Enterprise with Connectors support, or Claude Code with HTTP MCP transport.
  • Internet access to reach the public Tandem endpoint at tandem.ac.
  • No account or API key required for the public docs MCP server.
  • Optional local Tandem engine install if you plan to act on docs guidance beyond read-only setup help.

Schema details

Install type
cli
Reading time
4 min
Difficulty score
20
Troubleshooting
Yes
Breaking changes
No
Source repository stats
Scope
Source repo
Collection metadata
Estimated setup
5 minutes
Difficulty
beginner
Tool listing metadata
Full copyable content
{
  "mcpServers": {
    "tandem-docs": {
      "url": "https://tandem.ac/mcp",
      "type": "http"
    }
  }
}

About this resource

Overview

Tandem Docs MCP (ac.tandem/docs-mcp) is a public remote Model Context Protocol server that exposes published Tandem documentation to MCP clients. It helps agents and operators find install guides, SDK references, workflow docs, and headless deployment guidance for the Tandem governed runtime without guessing URLs.

Source and runtime context live in frumu-ai/tandem. Connection docs and manifest metadata are at tandem.ac/docs-mcp.

Features

  • Search the published Tandem docs index with audience and version hints.
  • Fetch and normalize individual docs pages by path or URL.
  • Recommend starting paths for desktop users, server admins, and developers.
  • Suggest next docs to read after a current page, optionally biased toward a goal.
  • Answer how-to questions by synthesizing relevant published docs.
  • Return structured learning guides for install-engine, Python SDK, TypeScript SDK, workflows, and headless deploy.
  • Inspect, refresh, warm, invalidate, and compare docs cache state for freshness checks.

Validated tools on the live endpoint include search_docs, get_doc, get_start_path, recommend_next_docs, answer_how_to, get_tandem_guide, warmup_docs_cache, get_docs_cache_status, refresh_docs_index, refresh_doc_page, invalidate_docs_cache, compare_docs_index_refresh, and compare_doc_page_refresh.

Use Cases

  • Ask Claude how to install the Tandem engine locally or headlessly before editing config.
  • Pull the Python or TypeScript SDK docs path when wiring automations.
  • Get a guided next-read list after finishing the Tandem quickstart.
  • Verify docs freshness with cache status tools before trusting agent answers.
  • Help an external agent configure Tandem MCP connectors using published authority-layer guidance.

Installation

Claude (Connectors)

  1. Open Settings → Connectors and add a custom remote MCP server.
  2. Enter the MCP URL: https://tandem.ac/mcp.
  3. Enable the connector; no API key is required for the public docs server.
  4. Run a small docs search to confirm connectivity.

Claude Code

claude mcp add --transport http tandem-docs https://tandem.ac/mcp
claude mcp list

Other MCP clients

Add a remote streamable HTTP connector pointing at the Tandem docs endpoint. Discovery manifest: https://tandem.ac/.well-known/mcp/server.json.

Configuration

{
  "mcpServers": {
    "tandem-docs": {
      "url": "https://tandem.ac/mcp",
      "type": "http"
    }
  }
}

The public docs MCP server requires no authentication headers.

Examples

Install guidance

Use Tandem Docs MCP to find the best starting docs path for a developer installing the headless engine.

SDK lookup

Search Tandem docs for Python SDK workflow examples and fetch the most relevant page.

Freshness check

Check the Tandem docs cache status, then refresh the install-engine guide if needed.

Security

  • Docs MCP is read-oriented, but cache-management tools can change server-side cache state.
  • Treat returned documentation as guidance, not an authorization decision for production agent actions.
  • Avoid submitting internal URLs, credentials, or customer data in doc search queries.

Troubleshooting

Connector timeout

Retry after a few seconds; the remote service may be cold-starting or refreshing its docs index.

Stale answers

Use get_docs_cache_status, refresh_docs_index, or refresh_doc_page before relying on older cached content.

Version mismatch

Pass an engine_version hint or a specific docs_ref when your installed Tandem version differs from stable docs.

Unknown doc path

Start with search_docs or get_start_path instead of guessing paths manually.

Duplicate Check

No existing Tandem Docs MCP or ac.tandem/docs-mcp entry was found in content/mcp/. This differs from generic documentation MCP servers because it targets Tandem's governed runtime docs—authority projection, approvals, memory, MCP connectors, and audit evidence—not general web search.

Source citations

Add this badge to your README

Show that Tandem Docs MCP Server for Claude is listed on HeyClaude. Paste this Markdown into your README — it renders the badge and links back to this page.

Listed on HeyClaude
[![Listed on HeyClaude](https://heyclau.de/badge/mcp/ac-tandem-docs-mcp-mcp-server.svg)](https://heyclau.de/entry/mcp/ac-tandem-docs-mcp-mcp-server)

How it compares

Tandem Docs MCP Server for Claude side by side with 3 alternatives on trust, install, platform support, and disclosed safety notes — all from reviewed registry metadata.

FieldTandem Docs MCP Server for Claude

Public streamable HTTP MCP server for Tandem documentation—install guides, SDK references, workflow docs, headless deployment, and docs-grounded setup help for the Tandem governed runtime.

Open dossier
Microsoft Learn MCP Server

Official Microsoft Learn remote MCP server that gives AI agents real-time access to Microsoft documentation search, page fetch, and code sample search.

Open dossier
pg-aiguide MCP Server

PostgreSQL documentation and best-practice MCP server from Timescale that gives Claude semantic and keyword search across PostgreSQL, TimescaleDB, and PostGIS docs.

Open dossier
Apple Docs MCP Server

Third-party MCP server for searching Apple Developer Documentation, framework APIs, Swift and Objective-C references, sample code, platform compatibility, documentation updates, and WWDC session data.

Open dossier
Trust
Install riskReview firstReview firstReview firstReview first
Notes Safety Privacy Safety Privacy Safety Privacy Safety Privacy
Categorymcpmcpmcpmcp
Sourcesource-backedsource-backedsource-backedsource-backed
AuthorFrumu AIMicrosoftTimescalekimsungwhee
Added2026-06-142026-06-052026-06-052026-06-05
Platforms
Claude CodeCodexCursorClaude Desktop
Claude CodeClaude Desktop
Claude CodeClaude Desktop
Claude CodeClaude Desktop
Source repo
Safety notesMakes outbound HTTPS requests to tandem.ac and published Tandem documentation sources. Cache-management tools such as invalidate_docs_cache and warmup_docs_cache can affect server-side docs cache state. Docs answers are informational; verify runtime behavior against your installed Tandem version before production changes. Do not treat documentation guidance as a substitute for your own security review of governed agent workflows.The server is documentation-focused, but retrieved docs can still influence generated commands; review commands before running them. Remote MCP availability and schema can change, so verify client compatibility before depending on it in automation.The hosted MCP endpoint is documentation-focused and read-only, but generated SQL and migration advice still needs human review before execution. Documentation search results can influence schema design, indexes, retention policies, and extension setup, so test generated SQL in development first. Self-hosted deployments need database credentials and embedding configuration; keep those scoped to the docs database, not production application data. The package can expose stdio and HTTP transports; bind local HTTP deployments only where intended and protect any non-local endpoint.This is a third-party MCP server, not an official Apple project. The server retrieves public documentation and metadata, but user queries can still reveal private project context to the MCP client, model provider, logs, and network services. Documentation answers should be checked against the live Apple documentation before shipping platform-specific, beta, deprecated, or compatibility-sensitive code. Use `@latest` intentionally when you want the newest package; pin a version when reproducible builds or locked team tooling are required.
Privacy notesSearch queries, doc paths, and how-to tasks you send are processed by the Tandem docs MCP service. The public docs server does not require credentials; avoid pasting secrets into doc search prompts. Fetched documentation may reference tenant, approval, or connector patterns that do not apply to your deployment mode.Prompts and queries sent to a remote MCP server can reveal product names, architecture details, or error messages. Avoid sending customer identifiers or private tenant data when documentation search is enough.Queries sent to the hosted MCP endpoint may reveal database names, schema intent, performance problems, product plans, or internal architecture details. Self-hosted semantic search can send queries or documentation chunks to the configured embedding provider unless a local compatible endpoint is used. Tool outputs can contain excerpts from PostgreSQL, TimescaleDB, Tiger Cloud, or PostGIS documentation that are then included in the model context. Do not include customer data, credentials, production connection strings, or private incident details when a generalized documentation query is enough.Prompts and tool calls may include framework names, API choices, platform targets, WWDC interests, sample-code requests, app architecture details, feature plans, and compatibility constraints. MCP client logs and model transcripts can retain documentation queries and returned API text outside Apple's documentation site. Avoid sending proprietary source code, unreleased product names, customer requirements, private bundle identifiers, or internal roadmap details when a public documentation lookup is enough.
Prerequisites
  • Claude Pro, Team, or Enterprise with Connectors support, or Claude Code with HTTP MCP transport.
  • Internet access to reach the public Tandem endpoint at tandem.ac.
  • No account or API key required for the public docs MCP server.
  • Optional local Tandem engine install if you plan to act on docs guidance beyond read-only setup help.
  • An MCP-compatible client that supports remote HTTP MCP servers.
  • Network access to learn.microsoft.com.
  • A Microsoft technology question where official Learn grounding is useful.
  • An MCP-compatible client that supports remote HTTP MCP servers.
  • Network access to `mcp.tigerdata.com`.
  • PostgreSQL, TimescaleDB, Tiger Cloud, or PostGIS questions where documentation grounding is useful.
  • Optional self-hosting dependencies if running the package locally, including a populated Postgres docs database and embedding provider key.
  • Node.js and npx available for running the npm package.
  • An MCP client that supports stdio servers, such as Claude Code, Claude Desktop, Cursor, VS Code, Windsurf, Zed, or Cline.
  • Network access to retrieve public Apple Developer Documentation, sample-code, and WWDC metadata.
  • Agreement on whether user prompts may include private project names, unreleased app details, or proprietary API usage questions.
Install
claude mcp add --transport http tandem-docs https://tandem.ac/mcp
claude mcp add --transport http microsoft-learn https://learn.microsoft.com/api/mcp
claude mcp add --transport http pg-aiguide https://mcp.tigerdata.com/docs
claude mcp add apple-docs -- npx -y @kimsungwhee/apple-docs-mcp@latest
Config
{
  "mcpServers": {
    "tandem-docs": {
      "url": "https://tandem.ac/mcp",
      "type": "http"
    }
  }
}
{
  "mcpServers": {
    "microsoft-learn": {
      "url": "https://learn.microsoft.com/api/mcp"
    }
  }
}
{
  "mcpServers": {
    "pg-aiguide": {
      "type": "http",
      "url": "https://mcp.tigerdata.com/docs"
    }
  }
}
{
  "mcpServers": {
    "apple-docs": {
      "command": "npx",
      "args": [
        "-y",
        "@kimsungwhee/apple-docs-mcp@latest"
      ],
      "type": "stdio"
    }
  }
}
Citations
ClaimUnclaimedUnclaimedUnclaimedUnclaimed

Signals

Loading live community signals…

More like this, weekly

A short, calm digest of reviewed Claude resources. Unsubscribe any time.