7.3 Claude Code

Claude Code (the CLI) uses the same MCP infrastructure. Add the server to its ~/.claude.json:

{
  "mcpServers": {
    "ownsona": {
      "url": "https://your.host/mcp",
      "headers": { "Authorization": "Bearer <token>" }
    }
  }
}

Restart any running Claude Code sessions. The tools will appear with the mcp__ownsona__* prefix (Claude Code namespaces MCP tools by server name).