@probebrowser/trace-mcp
v1.0.3
Published
Trace MCP - Bridge between AI Agents and Trace
Maintainers
Readme
Trace MCP
Give your AI Agent eyes and hands to debug web applications
Trace MCP is the bridge between AI coding agents (Cursor, Claude Code, VS Code, Windsurf, etc.) and Trace - the debugging intelligence platform for web applications.
🚀 Quick Start
Cursor
Settings → Features → MCP Servers → Add Server
{
"trace": {
"command": "npx",
"args": ["@probebrowser/trace-mcp"]
}
}Claude Code
claude mcp add trace -- npx @probebrowser/trace-mcpVS Code (Copilot)
{
"mcp.servers": {
"trace": {
"command": "npx",
"args": ["@probebrowser/trace-mcp"]
}
}
}Windsurf / Cline / Other MCP Clients
Add to your MCP config:
{
"trace": {
"command": "npx",
"args": ["@probebrowser/trace-mcp"]
}
}✨ Capabilities
Once connected, your AI agent can:
| Category | Tools | |----------|-------| | Console | Read logs, errors, warnings | | Network | Capture requests, responses, failures | | DOM | Inspect elements, query selectors | | Performance | Analyze metrics, timings | | Screenshots | Capture page state | | Accessibility | Run a11y audits | | Storage | Read cookies, localStorage |
96 debugging tools available to your AI agent!
📖 Documentation
🔗 Related Packages
@probebrowser/trace- CLI for manual debugging@probebrowser/sdk- SDK for programmatic use
📄 License
See LICENSE for details.
