Odel
agentguard mcp

agentguard mcp

Local
@mukundakatta1JavaScriptMITUpdated 1mo ago

Network-egress firewall for agent tools: check URLs against a declarative policy.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@mukundakatta/agentguard-mcpv0.1.0

Run

npx -y @mukundakatta/agentguard-mcp

MCP client config

{
  "mcpServers": {
    "agentguard-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mukundakatta/agentguard-mcp"
      ]
    }
  }
}