Skip to content

Claude Code

API key

bash
claude mcp add --transport http tkp {APP_URL}/mcp \
  --header "Authorization: Bearer <token>"

OAuth

bash
claude mcp add --transport http tkp {APP_URL}/mcp

Claude Code detects that TKP requires OAuth from the discovery documents at {APP_URL}/mcp, opens a browser for the authorization flow, and stores the resulting tokens for you; no header needed.

Either way, run /mcp inside a Claude Code session to confirm tkp is connected and see which tools it exposes.

Traceable Knowledge Platform — user manual