# docs-mcp MCP server

Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.

## Links
- Registry page: https://www.getdrio.com/mcp/ac-tandem-docs-mcp
- Repository: https://github.com/frumu-ai/tandem
- Website: https://tandem.ac/docs-mcp

## Install
- Endpoint: https://tandem.ac/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://tandem.ac/mcp

## Tools
- search_docs - Search the published Tandem docs index for relevant pages. Endpoint: https://tandem.ac/mcp
- get_doc - Fetch and normalize a published Tandem docs page by path or URL. Endpoint: https://tandem.ac/mcp
- get_start_path - Recommend the best Tandem docs starting path for a desktop user, server admin, or developer. Endpoint: https://tandem.ac/mcp
- recommend_next_docs - Recommend the next Tandem docs to read after a current page, optionally biased toward a goal. Endpoint: https://tandem.ac/mcp
- answer_how_to - Answer how to install or use Tandem, build workflows, or use the SDKs by synthesizing relevant published docs. Endpoint: https://tandem.ac/mcp
- get_tandem_guide - Return a structured Tandem learning guide for install-engine, python-sdk, typescript-sdk, build-workflows, or headless-deploy. Endpoint: https://tandem.ac/mcp
- warmup_docs_cache - Refresh the docs index and preload the most important Tandem docs pages into cache. Endpoint: https://tandem.ac/mcp
- get_docs_cache_status - Inspect the current docs cache state for index sources and warmed pages. Endpoint: https://tandem.ac/mcp
- refresh_docs_index - Force-refresh docs indexes and report whether data came from the network, cache, or stale fallback. Endpoint: https://tandem.ac/mcp
- refresh_doc_page - Force-refresh a docs page and report whether content came from the network, cache, or stale fallback. Endpoint: https://tandem.ac/mcp
- invalidate_docs_cache - Invalidate docs cache entries for index data, all pages, or a specific page path. Endpoint: https://tandem.ac/mcp
- compare_docs_index_refresh - Force-refresh the docs indexes and return before/after hashes so content changes can be proven. Endpoint: https://tandem.ac/mcp
- compare_doc_page_refresh - Force-refresh a docs page and return before/after hashes so page content changes can be proven. Endpoint: https://tandem.ac/mcp

## Resources
- tandem-docs://stable/reference/agent-team-api/ - Agent Team Api Agent-team HTTP API. MIME type: text/plain
- tandem-docs://stable/reference/agent-team-events/ - Agent Team Events Agent-team event stream contract. MIME type: text/plain
- tandem-docs://stable/architecture/ - Architecture System architecture overview. MIME type: text/plain
- tandem-docs://stable/reference/engine-commands/ - Engine Commands Engine CLI commands. MIME type: text/plain
- tandem-docs://stable/engine-testing/ - Engine Testing Engine testing guidance. MIME type: text/plain
- tandem-docs://stable/eval-runner/ - Eval Runner Eval Runner CLI reference for AI quality datasets and regression checks. MIME type: text/plain
- tandem-docs://stable/how-tandem-works/ - How Tandem Works Canonical runtime reference for sessions, runs, context, memory, and channels. MIME type: text/plain
- tandem-docs://stable/protocol-matrix/ - Protocol Matrix Protocol and compatibility matrix. MIME type: text/plain
- tandem-docs://stable/reference/spawn-policy/ - Spawn Policy Spawn policy and safety rules. MIME type: text/plain
- tandem-docs://stable/reference/tools/ - Tools Tool API reference. MIME type: text/plain
- tandem-docs://stable/reference/tui-commands/ - Tui Commands TUI commands. MIME type: text/plain
- tandem-docs://stable/agent-teams/ - Agent Teams Agent team architecture and behavior. MIME type: text/plain
- tandem-docs://stable/agents-and-sessions/ - Agents And Sessions Sessions, context, and execution model. MIME type: text/plain
- tandem-docs://stable/channel-integrations/ - Channel Integrations Slack, Discord, Telegram, and related integrations. MIME type: text/plain
- tandem-docs://stable/configuration/ - Configuration Providers, keys, and system instructions. MIME type: text/plain
- tandem-docs://stable/control-panel/ - Control Panel Browser control panel and scaffolded app guidance. MIME type: text/plain
- tandem-docs://stable/desktop/first-10-minutes/ - First 10 Minutes First 10 minutes with Tandem Desktop. MIME type: text/plain
- tandem-docs://stable/desktop/headless-deployment/ - Headless Deployment Headless deployment from desktop workflows. MIME type: text/plain
- tandem-docs://stable/headless-service/ - Headless Service Headless engine service mode. MIME type: text/plain
- tandem-docs://stable/desktop/learn-walkthroughs/ - Learn Walkthroughs Interactive Learn walkthroughs. MIME type: text/plain
- tandem-docs://stable/desktop/overview/ - Overview Desktop overview. MIME type: text/plain
- tandem-docs://stable/desktop/settings-and-safety/ - Settings And Safety Settings and safety. MIME type: text/plain
- tandem-docs://stable/desktop/troubleshooting/ - Troubleshooting Desktop troubleshooting. MIME type: text/plain
- tandem-docs://stable/tui-guide/ - Tui Guide Terminal UI guide. MIME type: text/plain
- tandem-docs://stable/desktop/workflows/ - Workflows Desktop workflows. MIME type: text/plain
- tandem-docs://stable/agent-workflow-mission-quickstart/ - Agent Workflow Mission Quickstart Short checklist for agents creating, running, and maintaining Tandem workflows or missions. MIME type: text/plain
- tandem-docs://stable/autonomous-coding-agents-github-projects/ - Autonomous Coding Agents Github Projects GitHub Projects coding-agent workflows. MIME type: text/plain
- tandem-docs://stable/browser-setup-and-testing/ - Browser Setup And Testing Browser setup, install, and validation. MIME type: text/plain
- tandem-docs://stable/choosing-providers-and-models-for-agents/ - Choosing Providers And Models For Agents How agents should choose providers, defaults, and per-stage model overrides. MIME type: text/plain
- tandem-docs://stable/creating-and-running-workflows-and-missions/ - Creating And Running Workflows And Missions Which Tandem path to use and how to create, apply, schedule, and run it. MIME type: text/plain
- tandem-docs://stable/engine-authentication-for-agents/ - Engine Authentication For Agents How to obtain an engine token and authenticate SDK or HTTP calls. MIME type: text/plain
- tandem-docs://stable/mcp-automated-agents/ - Mcp Automated Agents Automated agent workflows and MCP patterns. MIME type: text/plain
- tandem-docs://stable/prompting-workflows-and-missions/ - Prompting Workflows And Missions How to prompt Tandem workflows, missions, and staged recurring operations. MIME type: text/plain
- tandem-docs://stable/sdk/python/ - Python Python SDK. MIME type: text/plain
- tandem-docs://stable/sdk/scheduling-automations/ - Scheduling Automations SDK automation scheduling. MIME type: text/plain
- tandem-docs://stable/sdk/ - Sdk SDK landing page. MIME type: text/plain
- tandem-docs://stable/self-operator-playbook/ - Self Operator Playbook Self-operator guide for agent review, governance-aware gap analysis, automation authoring, and trigger-based workflows. MIME type: text/plain
- tandem-docs://stable/tandem-wow-demo-playbook/ - Tandem Wow Demo Playbook How agents should turn Tandem docs and engine contracts into showcase workflow and automation payloads. MIME type: text/plain
- tandem-docs://stable/sdk/typescript/ - Typescript TypeScript SDK. MIME type: text/plain
- tandem-docs://stable/webmcp-for-agents/ - Webmcp For Agents Local HTTP APIs for agents. MIME type: text/plain
- tandem-docs://stable/build-from-source/ - Build From Source Build Tandem from source. MIME type: text/plain
- tandem-docs://stable/first-run/ - First Run Follow the first-run checklist. MIME type: text/plain
- tandem-docs://stable/install-cli-binaries/ - Install Cli Binaries Install the official CLI, engine, and TUI binaries. MIME type: text/plain
- tandem-docs://stable/installation/ - Installation Install Tandem and its prerequisites. MIME type: text/plain
- tandem-docs://stable/start-here/ - Start Here Choose the right path for CLI, control panel, or source builds. MIME type: text/plain
- tandem-docs://stable/design-system/ - Design System Product and UI design guidance. MIME type: text/plain
- tandem-docs://stable/ - Docs Home Docs home and top-level entry point. MIME type: text/plain

## Prompts
- install_tandem_engine - Install Tandem Engine Prompt template for teaching an agent how to install Tandem Engine safely from the docs.
- use_python_sdk - Use the Python SDK Prompt template for helping an agent learn the Tandem Python SDK and prerequisites.
- build_workflows - Build Tandem workflows Prompt template for helping an agent learn workflow building and orchestration patterns in Tandem.

## Metadata
- Owner: ac.tandem
- Version: 0.3.2
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Apr 22, 2026
- Source: https://registry.modelcontextprotocol.io
