DebugBundle
Rank #6,440com.debugbundle/mcp
DebugBundle MCP: runtime error reporting, incident response, health checks, and product analytics.
DebugBundle is a Model Context Protocol (MCP) server published by debugbundle. It ranks #6,440 of 115,460 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. DebugBundle is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 2 tracked versions. It was first listed on Jun 19, 2026 and most recently updated on Jul 17, 2026.
Ranks ahead of 109,020 of 115,460 servers on MCP Toplist.
Use DebugBundle
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add debugbundle -e "DEBUGBUNDLE_MEMBER_TOKEN=<your DEBUGBUNDLE_MEMBER_TOKEN>" -e "DEBUGBUNDLE_API_URL=<your DEBUGBUNDLE_API_URL>" -- npx -y @debugbundle/mcpReplace each placeholder with your own value before saving.
[mcp_servers.debugbundle]
command = "npx"
args = ["-y", "@debugbundle/mcp"]
[mcp_servers.debugbundle.env]
DEBUGBUNDLE_MEMBER_TOKEN = "<your DEBUGBUNDLE_MEMBER_TOKEN>"
DEBUGBUNDLE_API_URL = "<your DEBUGBUNDLE_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"debugbundle": {
"command": "npx",
"args": [
"-y",
"@debugbundle/mcp"
],
"env": {
"DEBUGBUNDLE_MEMBER_TOKEN": "<your DEBUGBUNDLE_MEMBER_TOKEN>",
"DEBUGBUNDLE_API_URL": "<your DEBUGBUNDLE_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"debugbundle": {
"command": "npx",
"args": [
"-y",
"@debugbundle/mcp"
],
"env": {
"DEBUGBUNDLE_MEMBER_TOKEN": "<your DEBUGBUNDLE_MEMBER_TOKEN>",
"DEBUGBUNDLE_API_URL": "<your DEBUGBUNDLE_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"debugbundle": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@debugbundle/mcp"
],
"env": {
"DEBUGBUNDLE_MEMBER_TOKEN": "<your DEBUGBUNDLE_MEMBER_TOKEN>",
"DEBUGBUNDLE_API_URL": "<your DEBUGBUNDLE_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"debugbundle": {
"command": "npx",
"args": [
"-y",
"@debugbundle/mcp"
],
"env": {
"DEBUGBUNDLE_MEMBER_TOKEN": "<your DEBUGBUNDLE_MEMBER_TOKEN>",
"DEBUGBUNDLE_API_URL": "<your DEBUGBUNDLE_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"debugbundle": {
"command": "npx",
"args": [
"-y",
"@debugbundle/mcp"
],
"env": {
"DEBUGBUNDLE_MEMBER_TOKEN": "<your DEBUGBUNDLE_MEMBER_TOKEN>",
"DEBUGBUNDLE_API_URL": "<your DEBUGBUNDLE_API_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.debugbundle%2Fmcp)<a href="https://mcptoplist.com/server/com.debugbundle%2Fmcp"><img src="https://mcptoplist.com/badge/com.debugbundle%2Fmcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
debugbundle
Available versions (2)
| Version | Published |
|---|---|
| 1.7.0 | Jul 17, 2026 |
| 1.6.0 | Jun 22, 2026 |
Frequently asked questions
- Who maintains DebugBundle?
- DebugBundle is maintained by debugbundle, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is DebugBundle listed on the Official MCP Registry?
- Yes — DebugBundle is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does DebugBundle have?
- MCP Toplist tracks 2 versions of DebugBundle, most recently published on Jul 17, 2026.
- Where can I find the source code for DebugBundle?
- The source code for DebugBundle is hosted at github.com/debugbundle/debugbundle.