Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ”’ Security
  3. MCP Audit
MCP Audit logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 4:30:26 PM

MCP Audit

User RatingsBe the first to rate and review this MCP server!
View Repository7 GitHub StarsTotal stargazers on GitHub for the source repository (7 stars).Visit Website
securitymcpauditobservabilityproxy

Proxies MCP traffic to add signed audits, redaction, policies, rate limits, and a local read-only dashboard.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "p4st4s-mcp-audit": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ”’ More in Security

Overview

The P4ST4S/mcp-audit MCP server proxies JSON-RPC traffic between an MCP client and an upstream MCP server. It records signed audit entries, redacts configured sensitive keys, applies tool policies and rate limits, and provides a local dashboard. It supports stdio and HTTP upstreams, with optional TLS and mTLS settings for HTTP connections. Reach for it when you need observability or security controls without changing the client or upstream server.

Use cases

โ€ขAudit AI-agent tool calls in regulated environments
โ€ขRedact sensitive fields before storing MCP traffic
โ€ขBlock disallowed tools with policy rules
โ€ขApply per-tool request limits
โ€ขReview signed JSONL or SQLite audit records

Key features

โ€ขStdio and HTTP MCP proxying
โ€ขJSONL and SQLite audit storage
โ€ขHMAC-SHA256 audit signing
โ€ขJSON key-based redaction
โ€ขTool policies and rate limits
โ€ขRead-only dashboard and Prometheus metrics

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Audit.

Extracted Tool Capabilities
Stdio and HTTP MCP proxying
JSONL and SQLite audit storage
HMAC-SHA256 audit signing
JSON key-based redaction
Tool policies and rate limits
Read-only dashboard and Prometheus metrics

How MCP Audit works

What P4ST4S/mcp-audit MCP server does

The P4ST4S/mcp-audit MCP server is a transparent proxy rather than a domain-specific MCP tool provider. It receives MCP JSON-RPC traffic from a client, forwards that traffic to an upstream server, and records the exchange for review. The proxy covers tool calls, resource reads, prompt requests, and other JSON-RPC methods.

Audit records can be stored as JSONL files or in SQLite. Entries can be signed with HMAC-SHA256 when a secret is configured. Sensitive values can be removed from stored requests and responses using case-insensitive JSON key fragments. The proxy can also enforce allow or deny rules for tools/call requests and apply token-bucket limits per client and tool.

A local read-only dashboard is available by default on port 9090, while Prometheus metrics are exposed on port 9091. These interfaces provide local operational visibility alongside the audit storage.

How it works

Place the P4ST4S/mcp-audit MCP server between the MCP client and the upstream server. In stdio mode, it starts the configured upstream command and communicates with the client over local standard input and output. In HTTP mode, it listens on its configured port and forwards requests to an HTTP upstream URL.

The proxy preserves MCP protocol traffic while applying middleware during forwarding. Rate limiting is enabled by default at 60 requests per minute for each client-and-tool pair. Redaction is also enabled by default. Policy checks are disabled by default, and retries are disabled by default; when enabled, retries are limited to conservative, idempotent HTTP JSON-RPC methods, and tools/call is not retried.

HTTP deployments can specify a custom CA bundle, TLS server-name override, or client certificate and key for mutual TLS. Request headers are stripped by default, with selected headers such as Authorization available through configuration when the upstream requires them.

Setup and configuration

Install a release binary, use the published container image, or build from source with Go. The repository documents the following source installation command:

bash
go install github.com/P4ST4S/mcp-audit/cmd/mcp-audit@latest

A typical local setup supplies an AUDIT_SECRET and starts stdio mode with an upstream command. HTTP mode accepts an upstream URL and can expose the dashboard and metrics endpoints using their default ports. Docker Compose is also documented as an option.

By default, configuration is loaded from config.yaml in the current directory. Command-line flags take precedence over file values, and AUDIT_SECRET takes precedence over audit.secret. Important settings include the transport, upstream, audit backend and paths, signing behavior, redaction patterns, policy rules, rate limits, rotation, and asynchronous audit buffering.

Tools and capabilities

The P4ST4S/mcp-audit MCP server does not add domain-specific tools. Its capabilities are proxy and operational controls:

  • Forward MCP traffic over stdio or HTTP.
  • Write audit data to JSONL or SQLite.
  • Sign audit entries with HMAC-SHA256 when configured.
  • Redact sensitive JSON fields before storage.
  • Apply allow or deny rules to tool calls.
  • Limit requests per client and tool.
  • Rotate JSONL archives by size or time and retain them by count or age.
  • Serve a read-only dashboard and Prometheus metrics.

Limitations and notes

The proxy does not replace or modify the upstream MCP server, and directories may display upstream tools rather than capabilities implemented by the proxy itself. HTTP retry behavior is intentionally narrow and does not retry tool calls. TLS certificate verification can be disabled for local testing, but that setting is not suitable as a general production configuration. The dashboard and metrics endpoints use local default addresses and ports unless changed by the deployment configuration.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Security View all alternatives
  • Scopeblind Gateway logoScopeblind Gateway

    Security gateway that wraps any MCP server with per-tool policies, approval gates, and optional Ed25519-signed receipts. Shadow mode logs every tool call; enforce mode blocks, rate-limits, or requires approval.

    ๐Ÿ”’ Security2 views
    Compare vs Scopeblind Gateway โ†’
  • Platform logoPlatform

    Governance proxy for MCP servers. Wraps any upstream server with policy evaluation, human approval workflows, and hash-chain audit trails. 18+ framework integrations. Apache 2.0 SDK.

    ๐Ÿ”’ Security3 views
    Compare vs Platform โ†’
  • Mastyf.ai logoMastyf.ai

    Open-source runtime security proxy for MCP. Transparently intercepts every tools/call through an 18-class attack defense pipeline (prompt injection, SSRF, shell injection, SQL injection, credential exfil, polyglot attacks) with a YAML policy engine and 304-entry adversarial corpus. Trust scoring for npm MCP packages with 0-100 badges. Cloud dashboard, Docker image, Python SDK. MIT.

    ๐Ÿ”’ Security4 views
    Compare vs Mastyf.ai โ†’
  • Aegis logoAegis

    Policy-based governance for AI agent tool calls. YAML policies, approval gates, risk assessment, and audit logging. Cross-platform: LangChain, OpenAI, Anthropic, MCP.

    ๐Ÿ”’ Security4 views
    Compare vs Aegis โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
7
Stargazers on the source repository.
Last commit
4d ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about MCP Audit

Install from source with `go install github.com/P4ST4S/mcp-audit/cmd/mcp-audit@latest`, download a prebuilt release, or run the documented Docker image.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMCP Audit AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/p4st4s-mcp-audit?style=directory)](https://allmcps.com/mcp/p4st4s-mcp-audit)
HTML Embed
<a href="https://allmcps.com/mcp/p4st4s-mcp-audit"><img src="https://allmcps.com/api/badge/p4st4s-mcp-audit?style=directory" alt="MCP Audit on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ”’Security
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseApache-2.0
ClientsClaude Desktop, Cursor
Last updatedSep 7, 2026
9/10 checks healthy over the last 32d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars7
GitHub Star CountTotal stargazers on GitHub representing community popularity (7 stars).
Last commit4d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 7, 2026
48Quality signal: Fair ยท 48/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership7/20
Documentation & tools23/30
Adoption & activity6/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

2 high-severity advisories on record for this package. Most advisories affect transitive dependencies and may not be exploitable in this server's actual usage โ€” this is a directional signal, not a security audit.

Critical 0High 2Medium 0Low 0

Scanned 19d ago via OSV.dev ยท @modelcontextprotocol/server-filesystem (npm)

โ˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ”’ Security โ†’Best MCP servers for Security โ†’Alternatives to MCP Audit โ†’Install in Claude DesktopInstall in CursorInstall in VS Code