Servers
Shieldmcp
@shieldmcp
A shield for logging, deep debug and sanitization for MCP servers at development stage
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"shieldmcp-shieldmcp": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}