Back to Home
EPS-AI-SOLUTIONS icon

GeminiHydra

Verified Safe

by EPS-AI-SOLUTIONS

Overview

Lightweight MCP server for integration with Ollama and Gemini CLI, providing AI text generation, multi-agent task execution, task queuing, caching, and prompt optimization.

Installation

Run Command
pnpm start

Environment Variables

  • OLLAMA_HOST
  • DEFAULT_MODEL
  • FAST_MODEL
  • CODER_MODEL
  • CACHE_ENCRYPTION_KEY
  • HYDRA_YOLO
  • HYDRA_RISK_BLOCKING
  • GOOGLE_API_KEY
  • GEMINI_API_KEY
  • LOG_LEVEL
  • NODE_ENV
  • CACHE_ENABLED
  • CACHE_TTL

Security Notes

The server includes a `run_shell_command` tool, which inherently carries security risks if exposed to untrusted input. However, significant efforts have been made to mitigate these risks through a `CommandSanitizer`, `SecurityEnforcer`, `AuditLogger`, and the use of `DANGEROUS_PATTERNS` to block or warn about potentially malicious commands and path traversals. The `HYDRA_RISK_BLOCKING` environment variable allows administrators to control this exposure. Cache encryption is optional via `CACHE_ENCRYPTION_KEY`, with a warning issued if not configured. No obvious hardcoded secrets were found; API keys are expected via environment variables or standard config files.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens1500
Stars0
Forks0
Last Update2026-01-19

Tags

MCP ServerOllamaGemini CLIAIAgentSwarmCachingPrompt OptimizationLocal LLMCloud LLM