PluginBench
MCP Server
Active
MIT

io.github.MukundaKatta/agentguard MCP Server

io.github.MukundaKatta/agentguard

What is the io.github.MukundaKatta/agentguard MCP server?

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

How to install io.github.MukundaKatta/agentguard

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentguard": {
      "command": "npx",
      "args": [
        "-y",
        "@mukundakatta/agentguard-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "agentguard": {
      "command": "npx",
      "args": [
        "-y",
        "@mukundakatta/agentguard-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agentguard": {
      "command": "npx",
      "args": [
        "-y",
        "@mukundakatta/agentguard-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "agentguard": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mukundakatta/agentguard-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add agentguard -- npx -y @mukundakatta/agentguard-mcp

Related MCP servers

Structured-output enforcer: extract and validate JSON from messy LLM text.

1
JavaScript
MIT
View repository →

Token-aware message truncation: fit a chat history into your model's context budget.

1
JavaScript
MIT
View repository →

Validate tool-call args before execution. Returns LLM-friendly retry hints.

1
JavaScript
MIT
View repository →

Snapshot tests for AI tool-call traces: diff, validate, and catch silent regressions.

0
JavaScript
MIT
View repository →

Inject, parse, and strip [N] citation markers in RAG outputs.

0
JavaScript
Apache-2.0
View repository →

Reliable CSV parsing + generation. Handles quotes, embedded commas, BOMs, CRLF.

0
JavaScript
Apache-2.0
View repository →