Odel
leakferret

leakferret

Local
@leakferrethq5RustMITUpdated 6 days ago

Context-aware secret scanner: lets an AI agent scan, verify, and rewrite secrets before committing.

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@leakferret/mcpv0.1.13

Run

npx -y @leakferret/mcp

MCP client config

{
  "mcpServers": {
    "leakferret": {
      "command": "npx",
      "args": [
        "-y",
        "@leakferret/mcp"
      ]
    }
  }
}