Back to Browse

Audit Server MCP Server

Developer ToolsModerate6.7MCP RegistryLocal
Free

Server data from the Official MCP Registry

Thin MCP and CLI proxy for AI agent and MCP security auditing via a hosted backend

About

Thin MCP and CLI proxy for AI agent and MCP security auditing via a hosted backend

Security Report

6.7
Moderate6.7Moderate Risk

Valid MCP server (1 strong, 4 medium validity signals). 1 code issue detected. 3 known CVEs in dependencies (0 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.

6 files analyzed · 5 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

file_system

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

What You'll Need

Set these up before or after installing:

API key for the managed hosted audit backendRequired

Environment variable: AGENT_SECURITY_API_KEY

Optional HTTPS API origin for self-hosted or private deploymentsOptional

Environment variable: AGENT_SECURITY_BASE_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-joepangallo-mcp-audit-server": {
      "env": {
        "AGENT_SECURITY_API_KEY": "your-agent-security-api-key-here",
        "AGENT_SECURITY_BASE_URL": "your-agent-security-base-url-here"
      },
      "args": [
        "-y",
        "ledd-mcp-audit-server"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!