mcp-guarded-server

downmeansoff/mcp-guarded-server
★ 0 stars Python AI/LLM Updated 3d ago
An MCP server with a real security model and the tests that prove it: three permission tiers with human approval for destructive tools, a path jail, tool results marked as untrusted data, rate limits, a hash-chained audit log and a 47-check protocol conformance suite. 974 tests, no network.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-guarded-server": {
      "command": "uvx",
      "args": [
        "mcp-guarded-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-guarded-server

Topics

ai-agentsllmmcpmodel-context-protocolprompt-injectionpythonsandboxsecuritythreat-model