Runtime feedback MCP server for AI coding agents. ViewGraph sees the UI - TracePulse feels the backend.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"tracepulse": {
"command": "npx",
"args": [
"-y",
"sourjya/tracepulse"
]
}
}
}
Run in terminal:
claude mcp add tracepulse npx -y sourjya/tracepulse
Add to .cursor/mcp.json:
{
"mcpServers": {
"tracepulse": {
"command": "npx",
"args": [
"-y",
"sourjya/tracepulse"
]
}
}
}