trace forge for VS Code
io.github.mdfifty50-boop/trace-forge
Structured execution trace and span logging for AI agents
client:VS Code
transport:stdio
runtime:npm
Install trace forge in VS Code
.vscode/mcp.json
{
"servers": {
"trace-forge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"trace-forge-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs