MCP Server
Maintained
MIT
io.github.ExpertVagabond/guardrails MCP Server
io.github.ExpertVagabond/guardrails
What is the io.github.ExpertVagabond/guardrails MCP server?
AI Agent Guardrails MCP server - security layer
How to install io.github.ExpertVagabond/guardrails
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": {
"guardrails": {
"command": "npx",
"args": [
"-y",
"guardrails-mcp-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"guardrails": {
"command": "npx",
"args": [
"-y",
"guardrails-mcp-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"guardrails": {
"command": "npx",
"args": [
"-y",
"guardrails-mcp-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"guardrails": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"guardrails-mcp-server"
]
}
}
}Claude Code
claude mcp add guardrails -- npx -y guardrails-mcp-serverRelated MCP servers
io.github.ExpertVagabond/ordinals
Maintained
Bitcoin Ordinals MCP Server — inscriptions, runes, BRC-20, collections & rare sats
2
View repository →TypeScript
MIT
53-tool MCP server for Sui blockchain — wallets, DeFi, Move contracts, staking, SuiNS, analytics
1
View repository →JavaScript
MIT
io.github.ExpertVagabond/hedera-mcp
Maintained
Build-only Hedera (Hashgraph) MCP — 73 tools across all core services plus analytics reads.
0
View repository →TypeScript
MIT
io.github.ExpertVagabond/ibmz
Maintained
IBM Z mainframe MCP server - Key Protect HSM & z/OS
0
View repository →Rust
MIT