Client
Freeby MCP Community
MCP Tool Gate client for Claude Desktop - secure MCP tool governance with human-in-the-loop approvals
v1.0.1Added Apr 12, 2026
mcpclaudesecuritygovernanceapproval
Client MCP Server
MCP Tool Gate client for Claude Desktop - secure MCP tool governance with human-in-the-loop approvals
Installation
npx -y @mcptoolgate/client
Reviews
Installation
Quick install
npx -y @mcptoolgate/client
Add to claude_desktop_config.json
{
"mcpServers": {
"client": {
"command": "npx",
"args": ["-y", "@mcptoolgate/client"]
}
}
}