agentguard-mcp
Rank #52,992io.github.MukundaKatta/agentguard
Network-egress firewall for agent tools: check URLs against a declarative policy.
agentguard-mcp is a Model Context Protocol (MCP) server published by MukundaKatta. It ranks #52,992 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. agentguard-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 27, 2026 and most recently updated on Apr 27, 2026.
Ranks ahead of 62,468 of 115,460 servers on MCP Toplist.
Use agentguard-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add agentguard -- npx -y @mukundakatta/agentguard-mcp[mcp_servers.agentguard]
command = "npx"
args = ["-y", "@mukundakatta/agentguard-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"agentguard": {
"command": "npx",
"args": [
"-y",
"@mukundakatta/agentguard-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"agentguard": {
"command": "npx",
"args": [
"-y",
"@mukundakatta/agentguard-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"agentguard": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mukundakatta/agentguard-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"agentguard": {
"command": "npx",
"args": [
"-y",
"@mukundakatta/agentguard-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agentguard": {
"command": "npx",
"args": [
"-y",
"@mukundakatta/agentguard-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.MukundaKatta%2Fagentguard)<a href="https://mcptoplist.com/server/io.github.MukundaKatta%2Fagentguard"><img src="https://mcptoplist.com/badge/io.github.MukundaKatta%2Fagentguard.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
MukundaKatta
Other servers by MukundaKatta
- MCP Stack Server#46,013 · 2 vers
- agentcast-mcp#52,990 · 1 ver
- agentfit-mcp#52,991 · 1 ver
- agentsnap-mcp#52,993 · 1 ver
- agentvet-mcp#52,994 · 1 ver
- streamparse-mcp#52,995 · 1 ver
- case-mcp#90,698
- ip-mcp#90,699
- password-mcp#90,700
- sql-mcp#90,701
- dns-mcp#95,118
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Apr 27, 2026 |
Frequently asked questions
- Who maintains agentguard-mcp?
- agentguard-mcp is maintained by MukundaKatta, which publishes 26 MCP servers (21 total versions) tracked on MCP Toplist.
- Is agentguard-mcp listed on the Official MCP Registry?
- Yes — agentguard-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does agentguard-mcp have?
- MCP Toplist tracks 1 version of agentguard-mcp, most recently published on Apr 27, 2026.
- Where can I find the source code for agentguard-mcp?
- The source code for agentguard-mcp is hosted at github.com/mukundakatta/agentguard-mcp.