Mirrors for VS Code
com.runmirrors/mirrors
AI agent testing: replay real sessions against a rebuilt staging environment to catch regressions.
client:VS Code
transport:streamable-http
Install Mirrors in VS Code
.vscode/mcp.json
{
"servers": {
"mirrors": {
"type": "http",
"url": "https://api.runmirrors.com/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs