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
| Server | Package | Description |
|---|---|---|
| Recall | @brainzlab/mcp-recall | Query and analyze logs |
| Reflex | @brainzlab/mcp-reflex | Manage errors and exceptions |
| Pulse | @brainzlab/mcp-pulse | View performance metrics |
| Synapse | @brainzlab/mcp-synapse | Deploy and run tasks |
Quick Start
- Get your API key from the dashboard
- Configure your AI client (Claude Desktop, Cursor, etc.)
- 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:
- PaymentError: Card declined (15 occurrences)
- TimeoutError: API request timed out (5 occurrences)
- 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:
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