mcpbeat Sign in

Trestle MCP Server

by trestlescan Your server? Claim it
local only

Trestle runs on your own machine — the client starts it, so there is no endpoint to ping. 48 installs a week from npm. Last commit 21 Jun 2026.

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

Installs per day peak 13 · avg 8 · +45% w/w
a month agotoday
48
Installs / week
npm · @trestlescan/mcp
2
Stars
0 open issues
21 Jun 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Rust

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] bin/trestle-mcp.js:1
этот файл ставится пользователю, но в репозитории его нет
  const result = spawnSync(command, ["--help"], { encoding: "utf8" });
Builds a file path from a variable editors/vscode/src/extension.ts:274
  const bundled = path.join(extensionContext.extensionPath, "bin", binary);
Touches key and credential files src/languages/mod.rs:95
      Self::GitCredentials => ".git-credentials",
Sends data to a third-party sink trestle-net/src/validation/providers.rs:903
    base: "https://api.telegram.org",

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add trestle -- npx -y @trestlescan/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "trestle": {
      "args": [
        "-y",
        "@trestlescan/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.trestle]
command = "npx"
args = ["-y", "@trestlescan/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "trestle": {
      "args": [
        "-y",
        "@trestlescan/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "trestle": {
      "args": [
        "-y",
        "@trestlescan/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Trestle

same job, measured the same way
Secrets-LE
by nolindnaidoo

Detect hardcoded secrets in source and config. Reports masked previews, never the values.

40 installs/wk local only
Secrets Audit MCP
by eltociear

Detects leaked secrets & API keys: 32+ provider rules (AWS, GitHub, Stripe, OpenAI…), zero deps.

local only
GuardianShield
by sparkvibe-io

AI security layer: code scanning, PII detection, prompt injection, secrets, CVEs

82 installs/wk local only
AI Scanner
by aakashbhardwaj27

Scan codebases for LLM/AI SDK usage, exposed API tokens, and hardcoded secrets.

44 installs/wk local only
Phi Guard MCP
by abidit

Local-first PHI detection for source code, LLM prompts, logs, and analytics

80 installs/wk local only
MCP Codeaudit
by infoinlet-marketplace

Security audit for AI agents — scan code/diffs for leaked secrets, check deps via OSV.

23 installs/wk local only
Skylos
by duriantaco

Dead code, security, secrets detection and code quality for Python, TypeScript, Go.

18 479 installs/wk local only
Agent Guard MCP
by kavachh

Git-aware safe file ops for AI agents: delete anything except git-tracked source code.

local only

Trestle — questions

Answers built from our own checks of this server.

Why is there no uptime for Trestle?
Trestle runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @trestlescan/mcp was installed 48 times last week.
How do I connect Trestle?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @trestlescan/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Trestle?
The npm package @trestlescan/mcp was installed 48 times in the last week. Week over week that is +45%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Trestle open source?
Yes — it is published under the Apache-2.0 licence, written in Rust and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.