Claude Code
Connect Tvix to Claude Code via hosted MCP and a Bearer agent token.
Setup
- Agents → + Add Agent → Claude Code in the dashboard.
- Run the generated command, for example:
claude mcp add tvix --url https://api.tvix.ai/mcp --header "Authorization: Bearer <your-agent-token>"
Locally / Tvix for Mac, use --url http://127.0.0.1:8000/mcp with a token from the Mac Agents page.
-
Verify with a query that should trigger
query_shared_brainorsearch_memory. -
Paste the wizard’s Shared brain instructions into Claude Code (or a project CLAUDE.md) so Claude calls
query_shared_braineach turn, searches Tvix first, and captures facts other agents should know. Use the same MCP host as your other agents — see Shared agent memory. -
Automatic transcript sync: run
scripts/install-tvix-hooks.sh, then add hooks from the Agents wizard (claudeCodeHooksConfig) to~/.claude/settings.json. SetTVIX_TOKENandTVIX_API_URL. Claude Code posts each turn toPOST /api/v1/agents/ingest; Tvix extracts knowledge and serves it back with evidence links.
Note: A separate Claude Code marketplace plugin (
aristoapp/claude-tvix) is not shipped in this repository. Prefer the MCP command from the Agents wizard.
See Tvix MCP for tools.