Debug Recorder
@oaslananka
关于 Debug Recorder
TypeScript MCP server for structured debug session capture, reproducible diagnostics, event recording, and developer workflow observability.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"debug-recorder-mcp": {
"command": "npx",
"args": [
"debug-recorder-mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Debug Recorder?
TypeScript MCP server for structured debug session capture, reproducible diagnostics, event recording, and developer workflow observability.
How to use Debug Recorder?
The README includes setup instructions such as npx debug-recorder-mcp.
Key features of Debug Recorder
- Local-first storage: no external database or hosted service required
- MCP-native tools: stdio server for desktop MCP clients plus optional Streamable HTTP mode
- Reusable search presets: save common filters and limits for recurring incident patterns
- GET /health
- GET /version
Use cases of Debug Recorder
- Connect an MCP-compatible client to this repository's service.
- Review the README-backed setup before enabling it in production.
FAQ from Debug Recorder
Where is the source code for Debug Recorder?
The source code is linked from the repository URL on this page.
Does Debug Recorder include a standard MCP config?
If the README contains a parseable MCP configuration block, it is shown in the Config tab.
更多 MCP 服务器

EverArt
modelcontextprotocolModel Context Protocol Servers
Brave Search
modelcontextprotocolModel Context Protocol Servers

Slack
modelcontextprotocolModel Context Protocol Servers

Fetch
modelcontextprotocolModel Context Protocol Servers

Puppeteer
modelcontextprotocolModel Context Protocol Servers
评论