Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.
{
"mcpServers": {
"ac-tandem-docs-mcp": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 1 days ago. 88 stars.
Will it work with my client?
Transport: . Compatibility not confirmed.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for ac.tandem/docs-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Tandem is an engine-owned workflow runtime for coordinated autonomous work.
While the current landscape of AI agents is flooded with "chat-first assistants," these conversational routing models inevitably fail at scale due to context bloat and concurrency blindness. Chat is fine as an interface, but it is weak as an authoritative coordination substrate for parallel, durable engineering workflows.
Tandem takes a fundamentally different approach to tackle the complex realities of agentic engineering. We treat autonomous execution as a distributed systems problem, prioritizing robust engine state over fragile chat transcripts.
It provides durable coordination primitives, including blackboards, workboards, explicit task claiming, operational memory accumulation, and checkpoints, allowing multiple agents to work concurrently on complex, long-running software engineering and automation tasks without colliding.
Durable State → Workboards → Agent Swarm → Artifacts
→ Connect an agent via MCP · Download desktop app · Read the docs
Install the master CLI, then bootstrap the panel and its engine service:
npm i -g @frumu/tandem
tandem install panel
tandem panel init
tandem panel open
Use this when you want the browser-based control center backed by the engine.
Generate a fully editable control panel app in your own folder:
npm create tandem-panel@latest my-panel
cd my-panel
npm install
npm run dev
Use