mcp-audit for VS Code
io.github.firatmio/mcp-audit-proxy
Transparent audit proxy for MCP servers: logs every tool call, flags poisoning and rug pulls.
client:VS Code
transport:stdio
runtime:npm
Install mcp-audit in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-audit-proxy": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-audit-proxy"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs