mcp-toolhub

asxvgxkep/mcp-toolhub
★ 3 stars Python File System Updated 1d ago
Security-focused MCP server for coding agents, featuring approval-gated execution, hardened filesystem/Git tools, audit logs, and workspace isolation.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-toolhub": {
      "command": "uvx",
      "args": [
        "mcp-toolhub"
      ]
    }
  }
}

Or install with pip: pip install mcp-toolhub