Back to Home
TheElo icon

HydrusMCPServer

Verified Safe

by TheElo

Overview

Connects an LLM to the Hydrus Network media manager for sophisticated tag and file management through a Dockerized MCP server.

Installation

Run Command
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=stdio

Environment 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

Stats

Interest Score35
Security Score8
Cost ClassMedium
Avg Tokens100
Stars2
Forks0
Last Update2025-11-23

Tags

HydrusMedia ManagementLLM IntegrationTaggingDocker