Shipbook MCP
OfficialEnables debugging using Shipbook logs and Loglytics errors within Google Antigravity.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Shipbook MCPShow me the most recent errors from my app"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Shipbook MCP
Connect Shipbook to any AI coding assistant to investigate issues using real application logs. Shipbook's Loglytics engine automatically classifies errors and provides structured insights, while powerful log search lets AI agents explore runtime events. Logs include rich context — severity, user, device, session, and the exact file and code location — giving your assistant the ground truth it needs to debug effectively.
Prerequisites: A Shipbook account. Get started here.
Supported Platforms
Works with any MCP-compatible AI assistant:
Related MCP server: browser-connect-mcp
MCP Tools
Tool | Description |
get-account-apps | List all apps in your account (name, appId, platform, key, integration) |
create-app | Create a new app and get its credentials (name, appId, key) |
get-loglytics-errors | Retrieve grouped/classified errors with occurrence counts |
get-logs | Search logs with 20+ filters (severity, user, device, time, etc.) |
AI Skills
Pre-built investigation and integration workflows (available in Cursor and Claude Code):
Skill | Description |
install-shipbook | Full SDK integration assistant — installs package, detects wrappers, sets log levels, integrates Crashlytics, adds API logging, audits for PII |
audit-logs | Scan codebase for PII in logs, incorrect log levels, and sensitive data leaks |
list-issues | List and analyze classified errors/warnings from Loglytics, group by root cause |
debug-session | Trace a user's session to understand what happened |
search-logs | Search logs using natural language queries |
Installation
Cursor
From Cursor Marketplace: Search for "Shipbook" in the Cursor marketplace and click Install.
One-Click Install:
Manual Configuration: Open Cursor Settings → Tools & MCP → Add MCP server:
{
"mcpServers": {
"shipbook": {
"url": "https://api.shipbook.io/mcp",
"auth": {
"CLIENT_ID": "a1db8df5-ceb5-4013-8c35-af9e457c69b5"
}
}
}
}Claude Code
claude mcp add --transport http shipbook-mcp https://api.shipbook.io/mcpOn first use, Claude Code opens your browser to log in and authorize access.
Claude.ai
Go to claude.ai → Settings → Connectors
Click Add Connector and enter:
https://api.shipbook.io/mcpClick Connect — you'll be redirected to Shipbook to authorize access
VS Code (Copilot)
One-Click Install:
Manual: Open Command Palette → MCP: Add Server → HTTP → https://api.shipbook.io/mcp
Codex
Add to ~/.codex/config.toml:
[mcp_servers.shipbook]
url = "https://api.shipbook.io/mcp"Then: codex mcp login shipbook
Google Antigravity
Open MCP store → Manage MCP Servers → View raw config → Add:
{
"mcpServers": {
"shipbook": {
"url": "https://api.shipbook.io/mcp"
}
}
}Windsurf
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"shipbook": {
"url": "https://api.shipbook.io/mcp"
}
}
}Generic MCP Client
MCP endpoint: https://api.shipbook.io/mcp
Standard mcpServers configuration:
{
"mcpServers": {
"shipbook": {
"url": "https://api.shipbook.io/mcp"
}
}
}Authentication
Shipbook MCP uses OAuth 2.1 for secure authentication. On first use, you'll be redirected to Shipbook to log in and authorize access. Your credentials are never shared with the AI assistant.
For MCP clients that don't support OAuth, you can use an API key from the Authentication Keys section in the Shipbook console:
{
"mcpServers": {
"shipbook": {
"url": "https://api.shipbook.io/mcp",
"headers": {
"Authorization": "Bearer YOUR_AUTH_TOKEN"
}
}
}
}Usage Examples
"Install Shipbook in my project"
"Audit my logs for PII and incorrect log levels"
"Find errors in my app and suggest fixes"
"What happened to the user with email test@example.com?"
"Show me logs from the last hour with severity Error"
"Investigate the most common crash in my iOS app"
"Debug the session where user X reported a problem"
"Fix the issues found in Shipbook Loglytics"
Documentation
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Direct access to Cypress tests results and accessibility reports in your AI workflow.
Query application logs, traces, and metrics from your AI coding assistant via Foam's MCP server.
Give AI coding agents access to your Vynix visual feedback, bug reports, and AI diagnosis.
- alloyOAuthai.usealloy
Connect Claude, Cursor, Codex, and other AI tools to your robotics mission data.
Related MCP Servers
- AlicenseBqualityDmaintenanceIntegrates GlitchTip error monitoring with AI assistants, enabling them to fetch, analyze, and debug issues from your GlitchTip instance.218 npm6MIT
- AlicenseCqualityDmaintenanceEnables AI assistants to connect to browser DevTools and backend debuggers for full-stack debugging, including frontend console, network, performance, and backend log analysis.1623 npm7MIT

tailpipe-mcpofficial
AlicenseNot gradedqualityDmaintenanceConnects AI assistants to cloud and SaaS logs via Tailpipe, enabling natural language querying and analysis of log data.5 npm7Apache 2.0- AlicenseNot gradedqualityDmaintenanceEnables AI to automatically diagnose bugs by querying logs, tracing call chains, and analyzing code across multiple log platforms like Elasticsearch and Loki.MIT