Audit Log
Freeby MCP Community
Structured audit logger for MCP tool calls
v0.2.3Added Apr 12, 2026
Audit Log MCP Server
Structured audit logger for MCP tool calls
Installation
npx -y mcp-audit-log
Reviews
Installation
Quick install
npx -y mcp-audit-log
Add to claude_desktop_config.json
{
"mcpServers": {
"audit-log": {
"command": "npx",
"args": ["-y", "mcp-audit-log"]
}
}
}