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.
Set up now View DocsLogchat
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.

How It Works
Shipbook uses the Model Context Protocol (MCP) to give AI agents secure, real-time access to your application logs.
Connect
Add Shipbook MCP to your AI assistant with one click or a single command. OAuth keeps your credentials secure.
Ask
"Find error logs for user X" or "Fix the issues in Loglytics" — your AI agent queries your real logs.
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.
Connect via Claude.ai Connector or Claude Code CLI.
Claude.ai (Connector)
- Go to claude.ai and open Settings
- Navigate to Connectors
- Click Add Connector and enter: https://api.shipbook.io/mcp
- 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/mcpOne-click install or manual configuration.
One-Click Install
Install in CursorManual Configuration
{
"mcpServers": {
"shipbook": {
"url": "https://api.shipbook.io/mcp",
"auth": {
"CLIENT_ID": "a1db8df5-ceb5-4013-8c35-af9e457c69b5"
}
}
}
}One-click install or manual setup via Command Palette.
One-Click Install
Install in VS CodeManual Configuration
{
"servers": {
"shipbook": {
"type": "http",
"url": "https://api.shipbook.io/mcp"
}
}
}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 shipbookAdd via the MCP store or raw config.
Configuration
- Open the MCP store via the "..." dropdown at the top of the agent panel
- Click "Manage MCP Servers" → "View raw config"
- Add Shipbook to your mcp_config.json (see below)
- 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