mcp-trust
Rank #12,404io.github.saagpatel/mcp-trust
Check the danger grade of any public MCP server before you connect.
mcp-trust is a Model Context Protocol (MCP) server published by saagpatel. It ranks #12,404 of 115,460 servers tracked on MCP Toplist. mcp-trust is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 28, 2026 and most recently updated on Jun 28, 2026.
Ranks ahead of 103,056 of 115,460 servers on MCP Toplist.
Use mcp-trust
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-trust -- uvx mcp-trust mcp-serve[mcp_servers.mcp-trust]
command = "uvx"
args = ["mcp-trust", "mcp-serve"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-trust": {
"command": "uvx",
"args": [
"mcp-trust",
"mcp-serve"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-trust": {
"command": "uvx",
"args": [
"mcp-trust",
"mcp-serve"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-trust": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-trust",
"mcp-serve"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-trust": {
"command": "uvx",
"args": [
"mcp-trust",
"mcp-serve"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-trust": {
"command": "uvx",
"args": [
"mcp-trust",
"mcp-serve"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.saagpatel%2Fmcp-trust)<a href="https://mcptoplist.com/server/io.github.saagpatel%2Fmcp-trust"><img src="https://mcptoplist.com/badge/io.github.saagpatel%2Fmcp-trust.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
saagpatel
Other servers by saagpatel
- mcp-audit#5,045 · 3 vers
- operant-mcp#12,529 · 1 ver
- saagarpatel.dev Portfolio#17,573 · 1 ver
- mcpforge#17,886 · 1 ver
- shadow-mcp#31,150 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Jun 28, 2026 |
Frequently asked questions
- Who maintains mcp-trust?
- mcp-trust is maintained by saagpatel, which publishes 6 MCP servers (8 total versions) tracked on MCP Toplist.
- Is mcp-trust listed on the Official MCP Registry?
- Yes — mcp-trust is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does mcp-trust have?
- MCP Toplist tracks 1 version of mcp-trust, most recently published on Jun 28, 2026.
- Where can I find the source code for mcp-trust?
- The source code for mcp-trust is hosted at github.com/saagpatel/mcp-trust.