hardened-mcp-server

jkelly-dev1/hardened-mcp-server
★ 0 stars Python AI/LLM Updated 3d ago
Tool-definition pinning for MCP (revision 2026-07-28), measured rather than asserted. Pinning what an approval dialog shows catches 1 of 8 rug pulls; pinning the raw wire object catches 7. Text folding trades exactly one detection for one false alarm, and one attack is missed by all 20 policies. Real SDK, real stdio servers.
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": {
    "hardened-mcp-server": {
      "command": "uvx",
      "args": [
        "hardened-mcp-server"
      ]
    }
  }
}

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

Topics

agent-securityai-securitybenchmarkingcanonicalizationintegrityjson-schemallm-securitymcpmodel-context-protocolprompt-injectionpythonsecurity-researchsupply-chain-securitythreat-modeltool-poisoning