mcp audit server for Zed
io.github.joepangallo/mcp-audit-server
Thin MCP and CLI proxy for AI agent and MCP security auditing via a hosted backend
client:Zed
transport:stdio
runtime:npm
Install mcp audit server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-audit-server": {
"command": "npx",
"args": [
"-y",
"ledd-mcp-audit-server"
],
"env": {
"AGENT_SECURITY_API_KEY": "<AGENT_SECURITY_API_KEY>",
"AGENT_SECURITY_BASE_URL": "<AGENT_SECURITY_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs