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

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.
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
👀 See Also

Codesight CLI reduces AI coding agent token usage by scanning codebases
Codesight is a zero-dependency CLI tool that scans TypeScript, Python, and Go projects to generate compact context files, reducing Claude Code exploration tokens by 12.3× on average according to benchmarks from real production codebases.

UK Sovereign LLM Inference: Relax.ai Launches Public Docs
Relax.ai released docs for UK sovereign LLM inference, redirecting to /docs/getting-started/introduction. The service was shared on HN with 104 points.

OpenClaw Agent Memory Plugin: Persistent Context Across Sessions
A developer built a memory layer plugin for OpenClaw that injects relevant context from past conversations before each turn and stores new facts and events after each turn, solving the problem of agents forgetting everything between sessions.

Gemma4 26B-A4B Delivers Fast Local Performance with Web Search and Image Support
The gemma-4-26B-A4B model achieves approximately 145 tokens per second on an RTX 4090 and includes web search MCP and image support for chat applications. A blog post details setup and cross-platform usage on Mac and iPhone.