MCP Server
Active
Apache-2.0
HOL Guard MCP Server
io.github.hashgraph-online/hol-guard
What is the HOL Guard MCP server?
Local-first AI agent security evidence and approval workflows through HOL Guard's stdio MCP server.
How to install HOL Guard
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": {
"hol-guard": {
"command": "uvx",
"args": [
"hol-guard",
"mcp",
"serve",
"--stdio"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"hol-guard": {
"command": "uvx",
"args": [
"hol-guard",
"mcp",
"serve",
"--stdio"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"hol-guard": {
"command": "uvx",
"args": [
"hol-guard",
"mcp",
"serve",
"--stdio"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"hol-guard": {
"type": "stdio",
"command": "uvx",
"args": [
"hol-guard",
"mcp",
"serve",
"--stdio"
]
}
}
}Claude Code
claude mcp add hol-guard -- uvx hol-guard mcp serve --stdioRelated MCP servers
io.github.hashgraph-online/hashnet
Maintained
Universal AI Agent Discovery - search 59,000+ agents across MCP, NANDA, A2A, OpenRouter
13
View repository →TypeScript