agentx-mcp

vdalal/agentx-mcp
★ 0 stars Python Security Updated today
Keyless MCP security shield: wrap any MCP server so every tool call is screened and recorded before it runs. Set the posture to enforce and dangerous calls are stopped. Launcher for agentx-security-sdk.
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": {
    "agentx-mcp": {
      "command": "uvx",
      "args": [
        "agentx-mcp"
      ]
    }
  }
}

Or install with pip: pip install agentx-mcp

README Excerpt

Wrap any MCP server so every tool call is screened and recorded before it runs, and set the posture to enforce when you want the dangerous ones stopped. `agentx-mcp` sits in front of any MCP server's stdio and screens every `tools/call` before it runs. Out of the box it watches: a dangerous call (a destructive database write, an SSRF, a secret read) is recorded and let through, so wrapping a server that works cannot break it, and `agentx-mcp --audit` shows what would have been stopped. Set the p

Tools (1)

uvx

Topics

agent-securityai-agentsai-firewallai-security-toolguardrailsllm-securitymcp