Tandem MCP: Run and Manage Claude Code Sessions from Claude.ai Chat

✍️ OpenClawRadar📅 Published: July 13, 2026🔗 Source
Tandem MCP: Run and Manage Claude Code Sessions from Claude.ai Chat
Ad

Tandem is an open-source MCP (Model Context Protocol) server that connects Claude.ai browser chat directly to local Claude Code CLI sessions. It eliminates the copy-paste cycle between brainstorming in chat and executing code on the terminal.

How It Works

Tandem operates as a bidirectional loop:

  • You work in Claude.ai chat as usual — brainstorm, write specs, plan architecture.
  • When ready, Tandem can start a new Claude Code session or resume an existing one on your local machine.
  • Claude Code executes tasks and sends output back into the Claude.ai browser chat.
  • Claude.ai can then respond with further instructions back down through the CLI, creating an autonomous loop.

The key insight: Claude.ai manages Claude Code, not you. You stay in the browser IDE for brainstorming and the actual work happens automatically on your machine.

Ad

Installation & Usage

Tandem is fully open source and available on GitHub. To get started:

git clone https://github.com/Maxmedawar/tandem
cd tandem
# Follow the README for MCP configuration
# Add the MCP server to your Claude.ai settings

Once configured, Tandem registers as an MCP tool within Claude.ai. You can invoke it with natural language prompts like Run a Claude Code session to implement the spec above.

Why It Matters

No more manual context transfer. No switching windows to start a session. No copy-paste errors. The chat remains your single point of control while Claude Code does the heavy lifting on your local environment — file system, shell access, tools.

This is especially useful for developers who want to:

  • Iterate on specs and then execute without leaving the chat.
  • Resume interrupted work directly from a browser session.
  • Chain brainstorming and coding in an automated loop.

Check out the repository for setup details, configuration examples, and contribution guidelines.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

OpenClaw Agent Maintains Memory When Switching from Claude Subscription to API
Tools

OpenClaw Agent Maintains Memory When Switching from Claude Subscription to API

A developer reports successfully migrating their OpenClaw setup from a Claude subscription to API key without losing agent memory, using the mengram-memory skill that saves to an external layer. The agent retained ~100+ learned facts, evolved procedures, and episodic memories.

OpenClawRadar
OpenObscure: Open-Source On-Device Privacy Firewall for AI Agents
Tools

OpenObscure: Open-Source On-Device Privacy Firewall for AI Agents

OpenObscure is an open-source, on-device privacy firewall that sits between AI agents and LLM providers, using FF1 Format-Preserving Encryption to encrypt PII values before requests leave your device. It includes PII detection with 99.7% recall, cognitive firewall scanning, and runs on macOS/Linux/Windows with iOS/Android bindings.

OpenClawRadar
Open Brain: Open-source MCP server adds persistent memory with auto-graph and semantic search to Claude
Tools

Open Brain: Open-source MCP server adds persistent memory with auto-graph and semantic search to Claude

Open Brain is an open-source MCP server that gives Claude persistent memory across sessions with automatic entity extraction, semantic deduplication, and auto-graphing of connections between thoughts. It uses Supabase with pgvector and Deno Edge Functions, is self-hostable, and includes 16 MCP tools for graph traversal, entity browsing, and weekly review synthesis.

OpenClawRadar
DocMason: Local Agent Knowledge Base for Complex Office Files
Tools

DocMason: Local Agent Knowledge Base for Complex Office Files

DocMason is a repo-native agent app that builds local knowledge bases from complex office documents like PPTX, DOCX, Excel, and PDFs. It runs entirely within Codex or Claude Code, maintaining document structure and providing traceable answers with provenance.

OpenClawRadar