trace forge for Cursor
io.github.mdfifty50-boop/trace-forge
Structured execution trace and span logging for AI agents
client:Cursor
transport:stdio
runtime:npm
Install trace forge in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"trace-forge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"trace-forge-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs