Agent Guardrail
Rank #43,424io.github.JarvisOnM4/agent-guardrail
MCP server providing agent-guardrail capabilities
Agent Guardrail is a Model Context Protocol (MCP) server published by eren-solutions. It ranks #43,424 of 115,460 servers tracked on MCP Toplist. Agent Guardrail is listed across 2 registries — Official MCP and PulseMCP, with 2 tracked versions. It was first listed on Mar 1, 2026 and most recently updated on Mar 14, 2026.
Ranks ahead of 72,036 of 115,460 servers on MCP Toplist.
Use Agent Guardrail
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add agent-guardrail -- uvx agent-guardrail[mcp_servers.agent-guardrail]
command = "uvx"
args = ["agent-guardrail"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"agent-guardrail": {
"command": "uvx",
"args": [
"agent-guardrail"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"agent-guardrail": {
"command": "uvx",
"args": [
"agent-guardrail"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"agent-guardrail": {
"type": "stdio",
"command": "uvx",
"args": [
"agent-guardrail"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"agent-guardrail": {
"command": "uvx",
"args": [
"agent-guardrail"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agent-guardrail": {
"command": "uvx",
"args": [
"agent-guardrail"
]
}
}
}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.JarvisOnM4%2Fagent-guardrail)<a href="https://mcptoplist.com/server/io.github.JarvisOnM4%2Fagent-guardrail"><img src="https://mcptoplist.com/badge/io.github.JarvisOnM4%2Fagent-guardrail.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
eren-solutions
Other servers by eren-solutions
View all eren-solutions servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.2 | Mar 14, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Agent Guardrail?
- Agent Guardrail is maintained by eren-solutions, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Agent Guardrail listed on the Official MCP Registry?
- Yes — Agent Guardrail is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Agent Guardrail have?
- MCP Toplist tracks 2 versions of Agent Guardrail, most recently published on Mar 14, 2026.
- Where can I find the source code for Agent Guardrail?
- The source code for Agent Guardrail is hosted at github.com/eren-solutions/agent-guardrail.