Installation
For Developers
You need the Claude Code CLI (claude command) installed. That’s it.
Option A: Plugin marketplace (recommended)
In Claude Code, run:
/plugin marketplace add sebastiangrebe/tandemu
/plugin install tandemu
/reload-pluginsExit and reopen Claude Code, then run:
/tandemu:setupAfter setup completes, exit and reopen Claude Code once more to activate the memory server.
If the /tandemu:setup command doesn’t appear, try exiting and reopening Claude Code first, then run it.
The setup skill will:
- Ask whether you’re connecting to Tandemu Cloud or a self-hosted instance
- Open your browser for authentication
- Configure telemetry, permissions, and memory
- Install utility skills (
/morning,/finish,/pause,/standup,/create) - Set up the MCP memory server for persistent context
After that, open any project and run /morning to get started.
Option B: Install script
If you prefer a bash script (useful for scripted onboarding or CI/CD):
./install.shRun from the Tandemu repo directory. Same result as the plugin setup.
Prerequisites
- Claude Code CLI — Install Claude Code
- python3 — for configuration (pre-installed on macOS/Linux)
- curl — for downloading (pre-installed on macOS/Linux)
Re-authenticate
If your token expires or you need to switch organizations:
- Plugin: run
/tandemu:setupagain - Script: run
./install.shagain
Both detect existing config and re-authorize.
Manage installation
./install.sh --check # Check for updates
./install.sh --uninstall # Remove all Tandemu filesFor Platform Administrators
Looking to deploy Tandemu on your own infrastructure? See the Self-Hosting guide for full setup instructions, configuration, and management.