
BitDive MCP Server
by bitdive
Autonomous Quality Loop for AI agents providing real runtime context, trace comparison, and regression management.
What it does
BitDive MCP Server connects AI agents to the BitDive Monitoring API, transforming raw trace data into actionable intelligence for quality assurance and observability. It enables agents to discover active system components, analyze execution flows, and manage regressions autonomously.
Tools
get_heatmap_all_system: Discover active modules and services via heatmap summaries.find_trace_summary: Generates a readable execution tree of a specific trace.compare_traces: Detects method-path drift and payload changes between two traces.get_reproduction_command: Generates curl or PowerShell commands to reproduce captured requests.create_test_group: Organizes traces into test groups for regression tracking.get_test_failure_details: Retrieves detailed failure analysis for a specific test.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"bitdive": {
"command": "python",
"args": ["/absolute/path/to/server.py"],
"env": {
"BITDIVE_MCP_TOKEN": "your-token"
}
}
}
}
Supported hosts
- Claude Desktop
- Cursor
Quick install
pip install -r requirements.txt && python server.pyInformation
- Pricing
- paid
- Published
- 5/5/2026







