HydrusMCPServer
Verified Safeby TheElo
Overview
Connects an LLM to the Hydrus Network media manager for sophisticated tag and file management through a Dockerized MCP server.
Installation
docker run -i --rm -v /var/run/docker.sock:/var/run/docker.sock -v C:\Users\PC\.docker\mcp:/mcp docker/mcp-gateway --catalog=/mcp/catalogs/hydrus_mcp.yaml --config=/mcp/config.yaml --registry=/mcp/registry.yaml --tools-config=/mcp/tools.yaml --transport=stdioEnvironment Variables
- HYDRUS_CLIENTS
Security Notes
The Python source code for HydrusMCPServer follows good practices for loading API keys from environment variables/Docker secrets and includes input validation for numerical and string parameters. No direct use of `eval`, `exec`, or other obvious malicious patterns were found within the application logic itself. The overall system relies on `mcp-toolkit-gateway` which, as configured in `mcp_lm.json`, mounts the Docker socket; this is a high-privilege operation and a general Docker security concern, though it's external to the HydrusMCPServer's own code.
Similar Servers
dev-kit-gh-mcp-server
A server providing Model Context Protocol (MCP) tools for automating and interacting with GitHub repositories, primarily for bots and AI agents.
test-remote-mcp-server
Provides a framework for defining and running AI agent tools (functions) locally or remotely, with integration capabilities for platforms like Claude Desktop.
freecodecamp-mcp
This server provides tools for AI assistants to search FreeCodeCamp articles and YouTube tutorials via RSS feeds.
mcp_server_tn
A server implementation for the Minecraft Protocol, likely enabling custom game logic or proxying connections for Minecraft clients.