Tvix

Claude Code

Connect Tvix to Claude Code via hosted MCP and a Bearer agent token.

Setup

  1. Agents → + Add Agent → Claude Code in the dashboard.
  2. 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.

  1. Verify with a query that should trigger query_shared_brain or search_memory.

  2. Paste the wizard’s Shared brain instructions into Claude Code (or a project CLAUDE.md) so Claude calls query_shared_brain each turn, searches Tvix first, and captures facts other agents should know. Use the same MCP host as your other agents — see Shared agent memory.

  3. Automatic transcript sync: run scripts/install-tvix-hooks.sh, then add hooks from the Agents wizard (claudeCodeHooksConfig) to ~/.claude/settings.json. Set TVIX_TOKEN and TVIX_API_URL. Claude Code posts each turn to POST /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.

Was this page helpful?