7.3 Claude Code

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

{
  "mcpServers": {
    "ownsona": {
      "url": "https://your-host/mcp"
    }
  }
}

Restart any running Claude Code sessions. The first request opens the same OAuth login browser tab Claude Desktop does; enter your OWNSONA_LOGIN_USERNAME / OWNSONA_LOGIN_PASSWORD and click Allow. The tools will then appear with the mcp__ownsona__* prefix (Claude Code namespaces MCP tools by server name).