Back to Home
elevanaltd icon

hestai-mcp-server

Verified Safe

by elevanaltd

Overview

AI-powered Model Context Protocol (MCP) server for orchestrating diverse AI models and specialized tools to facilitate complex development workflows and intelligent agent interactions, with a strong focus on conversation memory and contextual awareness.

Installation

Run Command
docker compose up -d

Environment Variables

  • DEFAULT_MODEL
  • GEMINI_API_KEY
  • OPENAI_API_KEY
  • XAI_API_KEY
  • DIAL_API_KEY
  • OPENROUTER_API_KEY
  • CUSTOM_API_URL
  • CUSTOM_API_KEY
  • CUSTOM_MODEL_NAME
  • LOG_LEVEL
  • DISABLED_TOOLS
  • MAX_MCP_OUTPUT_TOKENS
  • DEFAULT_THINKING_MODE_THINKDEEP

Security Notes

The server employs robust input validation (Pydantic), utilizes environment variables for sensitive data, and includes explicit redaction (RedactionEngine) for session transcripts. Path validation (`is_dangerous_path`) is implemented to prevent traversal attacks. `subprocess.run` is generally used safely (`shell=False`, `shlex.split`) when invoking external CLIs via the `CLinkTool`. Extensive simulator tests actively probe for common vulnerabilities like SQL/command injection (these are test scenarios, not part of core server implementation). The primary security consideration is the `CLinkTool`'s delegation to external, potentially untrusted, CLI clients; their configuration and permissions are critical external factors.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-12-15

Tags

AILLMAgentWorkflowOrchestrationDevelopmentContext ManagementToolingCode Analysis