NEW — AI-POWERED

AI That Understands
Your Logs

Two powerful AI capabilities to help you find and fix issues faster.

MCP Integration

For AI Coding Agents

Connect your AI coding assistant directly to your Shipbook logs. Search errors, analyze sessions, and fix code — all without leaving your editor.

ClaudeCursorGitHub CopilotCodexAntigravity
Set up now View Docs

Logchat

For Your Entire Team

AI-powered chat that translates app logs into plain language. Product Managers, QA, and Support can understand issues without reading code. Developers uncover hidden patterns across sessions.

Logchat AI Interface
Learn more

How It Works

Shipbook uses the Model Context Protocol (MCP) to give AI agents secure, real-time access to your application logs.

1

Connect

Add Shipbook MCP to your AI assistant with one click or a single command. OAuth keeps your credentials secure.

2

Ask

"Find error logs for user X" or "Fix the issues in Loglytics" — your AI agent queries your real logs.

3

Fix

The AI analyzes logs with full context — severity, device, session, code location — and suggests or applies fixes.

What You Can Ask

>

Find logs for email test@test.com and fix any code issues if found

>

Fix the issues found in Shipbook Loglytics

>

Show me all error logs from the latest app version

>

What errors are happening most frequently this week?

>

Find the logs for user session X and explain what went wrong

Your AI assistant uses Shipbook MCP tools to query logs in real-time, providing insights and even fixing code when applicable.

Available Tools

get-account-apps

Lists all apps in your account with their name, appId, and platform.

get-loglytics-errors

Retrieves errors from Loglytics for a specific app, with optional filtering by severity and app version.

get-logs

Searches and retrieves logs for an app. Supports filtering by severity, user email, device, time range, session, and more.

Set Up in Minutes

Choose your AI assistant and follow the steps below. OAuth handles authentication — your credentials are never shared.

View full documentation

Claude

Claude

Connect via Claude.ai Connector or Claude Code CLI.

Claude.ai (Connector)

  1. Go to claude.ai and open Settings
  2. Navigate to Connectors
  3. Click Add Connector and enter: https://api.shipbook.io/mcp
  4. Click Connect — you'll be redirected to Shipbook to authorize access

Claude Code (CLI)

claude mcp add --transport http shipbook-mcp https://api.shipbook.io/mcp
Cursor

Cursor

One-click install or manual configuration.

One-Click Install

Install in Cursor

Manual Configuration

{
  "mcpServers": {
    "shipbook": {
      "url": "https://api.shipbook.io/mcp",
      "auth": {
        "CLIENT_ID": "a1db8df5-ceb5-4013-8c35-af9e457c69b5"
      }
    }
  }
}
GitHub Copilot

GitHub Copilot

VS Code

One-click install or manual setup via Command Palette.

One-Click Install

Install in VS Code

Manual Configuration

{
  "servers": {
    "shipbook": {
      "type": "http",
      "url": "https://api.shipbook.io/mcp"
    }
  }
}
Codex

Codex

Add to your Codex config and authenticate.

Configuration

# ~/.codex/config.toml
[mcp_servers.shipbook]
url = "https://api.shipbook.io/mcp"

Then authenticate

codex mcp login shipbook
Antigravity

Antigravity

Add via the MCP store or raw config.

Configuration

  1. Open the MCP store via the "..." dropdown at the top of the agent panel
  2. Click "Manage MCP Servers" → "View raw config"
  3. Add Shipbook to your mcp_config.json (see below)
  4. On first use, you'll be redirected to Shipbook to authorize access

mcp_config.json

{
  "mcpServers": {
    "shipbook": {
      "url": "https://api.shipbook.io/mcp"
    }
  }
}

Secure by Default

OAuth 2.1 (Recommended)

Your credentials are never shared with the AI assistant. Authentication goes directly through Shipbook's OAuth flow. Supports both dynamic and static client registration.

API Key (Bearer Token)

For clients that don't support OAuth, authenticate with an API key from the Authentication Keys section in the Shipbook console.

Want to learn more about Shipbook's vision for the AI age of logging?

Read: Logs for AI Agents

Let AI Fix Your Bugs.

Connect your AI assistant to Shipbook and start debugging smarter.