ac.tandem/docs-mcp
ac.tandem/docs-mcpRemote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.
Tools · 13
Search the published Tandem docs index for relevant pages.
Fetch and normalize a published Tandem docs page by path or URL.
Recommend the best Tandem docs starting path for a desktop user, server admin, or developer.
Recommend the next Tandem docs to read after a current page, optionally biased toward a goal.
Answer how to install or use Tandem, build workflows, or use the SDKs by synthesizing relevant published docs.
Return a structured Tandem learning guide for install-engine, python-sdk, typescript-sdk, build-workflows, or headless-deploy.
Refresh the docs index and preload the most important Tandem docs pages into cache.
Inspect the current docs cache state for index sources and warmed pages.
Force-refresh docs indexes and report whether data came from the network, cache, or stale fallback.
Force-refresh a docs page and report whether content came from the network, cache, or stale fallback.
Invalidate docs cache entries for index data, all pages, or a specific page path.
Force-refresh the docs indexes and return before/after hashes so content changes can be proven.
Force-refresh a docs page and return before/after hashes so page content changes can be proven.
Resources · 50
Agent-team HTTP API.
tandem-docs://stable/reference/agent-team-api/
Agent-team event stream contract.
tandem-docs://stable/reference/agent-team-events/
System architecture overview.
tandem-docs://stable/architecture/
Engine CLI commands.
tandem-docs://stable/reference/engine-commands/
Engine testing guidance.
tandem-docs://stable/engine-testing/
Eval Runner CLI reference for AI quality datasets and regression checks.
tandem-docs://stable/eval-runner/
Canonical runtime reference for sessions, runs, context, memory, and channels.
tandem-docs://stable/how-tandem-works/
Protocol and compatibility matrix.
tandem-docs://stable/protocol-matrix/
Spawn policy and safety rules.
tandem-docs://stable/reference/spawn-policy/
Tool API reference.
tandem-docs://stable/reference/tools/
TUI commands.
tandem-docs://stable/reference/tui-commands/
Agent team architecture and behavior.
tandem-docs://stable/agent-teams/
Sessions, context, and execution model.
tandem-docs://stable/agents-and-sessions/
Slack, Discord, Telegram, and related integrations.
tandem-docs://stable/channel-integrations/
Providers, keys, and system instructions.
tandem-docs://stable/configuration/
Browser control panel and scaffolded app guidance.
tandem-docs://stable/control-panel/
First 10 minutes with Tandem Desktop.
tandem-docs://stable/desktop/first-10-minutes/
Headless deployment from desktop workflows.
tandem-docs://stable/desktop/headless-deployment/
Headless engine service mode.
tandem-docs://stable/headless-service/
Interactive Learn walkthroughs.
tandem-docs://stable/desktop/learn-walkthroughs/
Desktop overview.
tandem-docs://stable/desktop/overview/
Settings and safety.
tandem-docs://stable/desktop/settings-and-safety/
Desktop troubleshooting.
tandem-docs://stable/desktop/troubleshooting/
Terminal UI guide.
tandem-docs://stable/tui-guide/
Desktop workflows.
tandem-docs://stable/desktop/workflows/
Safe Incident Monitor operating sequence for MCP-connected agents, SDK clients, and HTTP callers.
tandem-docs://stable/incident-monitor/agent-runtime-guide/
Short checklist for agents creating, running, and maintaining Tandem workflows or missions.
tandem-docs://stable/agent-workflow-mission-quickstart/
End-to-end workflow examples, including the Linear repair-loop guard template for ACA-triggering issue webhooks.
tandem-docs://stable/automation-examples-for-teams/
Direct webhook trigger setup for Automation V2, including Notion verification tokens and Linear issue webhook setup.
tandem-docs://stable/automation-v2-webhooks/
GitHub Projects coding-agent workflows.
tandem-docs://stable/autonomous-coding-agents-github-projects/
Browser setup, install, and validation.
tandem-docs://stable/browser-setup-and-testing/
How agents should choose providers, defaults, and per-stage model overrides.
tandem-docs://stable/choosing-providers-and-models-for-agents/
Which Tandem path to use and how to create, apply, schedule, and run it.
tandem-docs://stable/creating-and-running-workflows-and-missions/
Destination router model for GitHub, Linear, webhooks, telemetry, MCP tools, and memory.
tandem-docs://stable/incident-monitor/destination-router/
Destination adapter coverage and readiness requirements for governed Incident Monitor publishing.
tandem-docs://stable/incident-monitor/destinations/
How to obtain an engine token and authenticate SDK or HTTP calls.
tandem-docs://stable/engine-authentication-for-agents/
Agent-facing onboarding order for client pilots, go-live smoke tests, and enterprise hardening.
tandem-docs://stable/enterprise-client-onboarding-runbook/
Agent-facing enterprise setup guide for tenant-scoped memory, governed MCP setup, source bindings, connector credentials, and quarantine review.
tandem-docs://stable/enterprise-data-governance/
External source identity, monitored source bindings, and destination routing context.
tandem-docs://stable/incident-monitor/external-sources/
Incident Monitor API and behavior reference for governed failure intake, drafts, approvals, routing, receipts, and destination publishes.
tandem-docs://stable/reference/incident-monitor/
Configure external project log intake, scoped report keys, reset/replay debug actions, and monitored project setup.
tandem-docs://stable/incident-monitor-external-log-intake/
Author, publish, operate, replay, and recover version-pinned goals spanning multiple Automation V2 workflow runs.
tandem-docs://stable/long-running-multi-workflow-goals/
Automated agent workflows and MCP patterns.
tandem-docs://stable/mcp-automated-agents/
Incident Monitor overview for governed intake, triage, routing, evidence, destination readiness, and receipts.
tandem-docs://stable/incident-monitor/overview/
Production governance guidance for deployment cards, posture checks, assessment reports, protected evidence, and receipts.
tandem-docs://stable/incident-monitor/production-governance/
How to prompt Tandem workflows, missions, and staged recurring operations.
tandem-docs://stable/prompting-workflows-and-missions/
Python SDK.
tandem-docs://stable/sdk/python/
SDK automation scheduling.
tandem-docs://stable/sdk/scheduling-automations/
SDK landing page.
tandem-docs://stable/sdk/
Read-only authority inventory, posture assessment, scenario packs, and remediation routing.
tandem-docs://stable/incident-monitor/security-posture/
Prompts · 3
Prompt template for teaching an agent how to install Tandem Engine safely from the docs.
Prompt template for helping an agent learn the Tandem Python SDK and prerequisites.
Prompt template for helping an agent learn workflow building and orchestration patterns in Tandem.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"ac.tandem/docs-mcp": {
"url": "https://tandem.ac/mcp",
"transport": "streamable-http"
}
}
}