Skip to content
Cursor

Mund — MCP Security Scanner for Cursor

io.github.tyox-all/mund

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

client:Cursor transport:stdio runtime:npm

Install Mund — MCP Security Scanner in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mund": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@weave_protocol/mund"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Mund — MCP Security Scanner in other clients