MCP Safeguard runs on your own machine — the client starts it, so there is no endpoint to ping. 108 installs a week from pypi.
MCP server security scanner: detects prompt injection, credential leaks, SSRF, tool poisoning.
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.
claude mcp add mcp-safeguard -- uvx mcp-safeguard
{
"mcpServers": {
"mcp-safeguard": {
"args": [
"mcp-safeguard"
],
"command": "uvx"
}
}
}
[mcp_servers.mcp-safeguard]
command = "uvx"
args = ["mcp-safeguard"]
{
"mcpServers": {
"mcp-safeguard": {
"args": [
"mcp-safeguard"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"mcp-safeguard": {
"args": [
"mcp-safeguard"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.