Odel
Mund — MCP Security Scanner

Mund — MCP Security Scanner

Local
@tyox-allTypeScriptApache-2.0Updated 2w ago

Scan for prompt injection, secrets, PII, and vet MCP servers before installation

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@weave_protocol/mundv0.1.12

Run

npx -y @weave_protocol/mund

MCP client config

{
  "mcpServers": {
    "mund-mcp-security-scanner": {
      "command": "npx",
      "args": [
        "-y",
        "@weave_protocol/mund"
      ]
    }
  }
}