Skip to content
VS Code

Stack Trace Medic for VS Code

io.github.evozim/stack-trace-medic

Coded error stack trace debugger and automated patch generator.

client:VS Code transport:sse

Install Stack Trace Medic in VS Code

.vscode/mcp.json

{
  "servers": {
    "stack-trace-medic": {
      "type": "sse",
      "url": "https://stack-trace-medic-mcp.vercel.app/api/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Stack Trace Medic in other clients