Skip to content

Audit Log

Free

by MCP Community

Structured audit logger for MCP tool calls

v0.2.3Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Audit Log MCP Server

Structured audit logger for MCP tool calls

Installation

npx -y mcp-audit-log

Reviews

Leave a Review

Installation

Quick install
npx -y mcp-audit-log
Add to claude_desktop_config.json
{
  "mcpServers": {
    "audit-log": {
      "command": "npx",
      "args": ["-y", "mcp-audit-log"]
    }
  }
}