All MCP servers

Docs Mcp

Official
by Api.AirforceStreamable HTTPDeveloper Tools0107Custom

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

mcpopen-sourcedeveloper-tools

Endpoint

POST https://tandem.ac/mcp

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "docs-mcp-imp4e2e7": {
      "url": "https://tandem.ac/mcp",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}