← tandem.ac
INDIVIDUAL MCP TOOL
refresh_docs_index
Force-refresh docs indexes and report whether data came from the network, cache, or stale fallback.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ac-tandem-docs-mcp]
url = "https://tandem.ac/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ac-tandem-docs-mcp": {
"type": "http",
"url": "https://tandem.ac/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ac-tandem-docs-mcp
Remote MCP URL: https://tandem.ac/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ac-tandem-docs-mcp": {
"url": "https://tandem.ac/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ac-tandem-docs-mcp": {
"type": "http",
"url": "https://tandem.ac/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ac-tandem-docs-mcp",
"transport": "streamable-http",
"url": "https://tandem.ac/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_docs— Search the published Tandem docs index for relevant pages.get_doc— Fetch and normalize a published Tandem docs page by path or URL.get_start_path— Recommend the best Tandem docs starting path for a desktop user, server admin, or developer.recommend_next_docs— Recommend the next Tandem docs to read after a current page, optionally biased toward a goal.answer_how_to— Answer how to install or use Tandem, build workflows, or use the SDKs by synthesizing relevant published docs.get_tandem_guide— Return a structured Tandem learning guide for install-engine, python-sdk, typescript-sdk, build-workflows, or headless-deploy.warmup_docs_cache— Refresh the docs index and preload the most important Tandem docs pages into cache.get_docs_cache_status— Inspect the current docs cache state for index sources and warmed pages.