Back to Apps

BitDive MCP Server
by bitdive
Autonomous Quality Loop for AI agents providing real runtime context, trace comparison, and regression management.
0 stars
Works in:Cursor
Exposes:Tools
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
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add to claude_desktop_config.json with BITDIVE_MCP_TOKEN env var.






