mcp agent trace inspector for Cursor
io.github.dbsectrainer/mcp-agent-trace-inspector
Step-by-step observability for MCP agent workflows
client:Cursor
transport:stdio
runtime:npm
Install mcp agent trace inspector in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-agent-trace-inspector": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-agent-trace-inspector"
],
"env": {
"YOUR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs