Odel
Trestle

Trestle

Local
@toro-guapo2RustApache-2.0Updated 2mo ago

Detects leaked secrets (API keys, tokens, private keys) in source code.

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@trestlescan/mcpv1.4.1

Run

npx -y @trestlescan/mcp

MCP client config

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