mcpbeat Sign in

mcp-trust MCP Server

local only

mcp-trust runs on your own machine — the client starts it, so there is no endpoint to ping. 88 installs a week from pypi. Last commit 10 Sep 2026.

Check the danger grade of any public MCP server before you connect.

Installs per day peak 41 · avg 11 · -20% w/w
a month agotoday
88
Installs / week
pypi · mcp-trust
0
Stars
0 open issues
10 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 20 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.

Runs an external command src/mcp_trust/grade_refresh.py:573
        completed = subprocess.run(

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 mcp-trust -- uvx mcp-trust
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-trust": {
      "args": [
        "mcp-trust"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-trust]
command = "uvx"
args = ["mcp-trust"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-trust": {
      "args": [
        "mcp-trust"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-trust": {
      "args": [
        "mcp-trust"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to mcp-trust

same job, measured the same way
Mcpgrade
by mcpgrade

Security grades (A-F) for MCP servers. Check one before you install or trust it. mcpgrade.dev

44 installs/wk local only
W
Monitor
by agentexchange-tooldrift

Check if an MCP server tool changed or hides injection patterns before you trust it.

3 tools answering
Veragent
by lixiaowww

Check the trust/security score of MCP servers, agents, skills & CLIs before you install them.

61 installs/wk local only
HVTracker MCP
by yugantm

Pre-connect trust checks for AI agents and MCP servers using HVTracker's public trust registry.

63 installs/wk 8 tools answering
Registry
by policylayer

The MCP server that vets MCP servers: identity, risk grade and per-tool risk before you install.

5 tools answering
C
The MCP Census
by mcpcensus

Vet any MCP server before you depend on it. Stamp: PASS, REVIEW, or BLOCK.

15 tools answering
Kadent Scan
by kadent

Free, read-only security scanner for remote MCP servers, before you connect them.

1 tools answering
Gread
by nitrorcr

An MCP server that gives your AI access to the source code and docs of all public github repos

5 tools answering

mcp-trust — questions

Answers built from our own checks of this server.

Why is there no uptime for mcp-trust?
mcp-trust 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 pypi package mcp-trust was installed 88 times last week.
How do I connect mcp-trust?
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 mcp-trust straight from pypi; nothing to host, nothing to sign up for.
How many people use mcp-trust?
The pypi package mcp-trust was installed 88 times in the last week. Week over week that is -20%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is mcp-trust open source?
Yes — it is published under the MIT licence, written in Python and 0 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.