loading…
Search for a command to run...
loading…
A security layer for MCP wraps any MCP server to add behavioral profiling, LLM-powered security scanning, schema tamper detection, risk gating, cross-tool exfil
A security layer for MCP wraps any MCP server to add behavioral profiling, LLM-powered security scanning, schema tamper detection, risk gating, cross-tool exfiltration analysis and lot more. Drop it in front of your existing MCP servers to get visibility into what tools are actually doing before they do it.
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"mcpsafetywarden": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"run",
"gautamdsrc/mcpsafetywarden"
]
}
}
}Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolProvides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hz