Skip to main content

MCP Overview

Brainz Lab provides MCP (Model Context Protocol) servers that let AI assistants like Claude query your logs, errors, and other data directly.

What is MCP?

MCP is an open protocol that allows AI assistants to use tools. With Brainz Lab MCP, you can ask Claude:
  • “What errors happened in the last hour?”
  • “Show me logs for user 123”
  • “Resolve the payment timeout error”
  • “Deploy to staging”

Available MCP Servers

ServerPackageDescription
Recall@brainzlab/mcp-recallQuery and analyze logs
Reflex@brainzlab/mcp-reflexManage errors and exceptions
Pulse@brainzlab/mcp-pulseView performance metrics
Synapse@brainzlab/mcp-synapseDeploy and run tasks

Quick Start

  1. Get your API key from the dashboard
  2. Configure your AI client (Claude Desktop, Cursor, etc.)
  3. Start asking questions!

Setup Guide

Full setup instructions

Example Conversations

Debugging Errors

You: What errors happened in the last hour? Claude: I found 3 unique errors in the last hour:
  1. PaymentError: Card declined (15 occurrences)
  2. TimeoutError: API request timed out (5 occurrences)
  3. ValidationError: Invalid email format (2 occurrences)

Analyzing Logs

You: Show me logs for the checkout flow with errors Claude: Here are the error logs from checkout:
10:05:32 ERROR Payment failed - card declined
10:15:45 ERROR Inventory check failed - item out of stock

Managing Issues

You: Resolve the card declined errors - we deployed a fix Claude: I’ve resolved the PaymentError. It had 15 occurrences affecting 8 users. I’ll reopen it if it occurs again.

Benefits

Faster Debugging

Query logs and errors in natural language

Context Aware

Claude understands your application context

Action-Oriented

Resolve errors, deploy, and run tasks

Integrated

Works with Claude Desktop, Cursor, and more

Next Steps