Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.
claude mcp add docs-mcp --transport http https://tandem.ac/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"docs-mcp": {
"url": "https://tandem.ac/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"docs-mcp": {
"serverUrl": "https://tandem.ac/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"docs-mcp": {
"type": "http",
"url": "https://tandem.ac/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"docs-mcp": {
"url": "https://tandem.ac/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"docs-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://tandem.ac/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://tandem.ac/mcp | none |
Solid tool — did exactly what the schema promised on the first call.
Handles edge cases better than most listings in this category.
Did the job but rate limits kicked in under heavy use.
Reliable across a long session; no dropped connections.
Used it in a multi-step workflow; results were consistent.
Clean install config, worked in Claude Code out of the box.
POST /mcp