Back to Home
mark-oori icon

mcpserve

by mark-oori

Overview

A server for deploying AI/ML models, providing shell access and containerization features for development and remote access.

Installation

Run Command
docker-compose up -d

Environment Variables

  • APP_NAME
  • APP_DEBUG
  • APP_LOG_LEVEL
  • APP_PORT
  • MCP_API_KEY

Security Notes

CRITICAL: The `shell_command` tool uses `subprocess.check_output(command, shell=True)`, which is an extreme security risk. This allows arbitrary command injection if the `command` variable can be influenced by external input. Furthermore, the API key authentication middleware is commented out in `main.py`, meaning the server is unauthenticated by default. This combination allows for remote code execution without any authentication, making it highly vulnerable.

Similar Servers

Stats

Interest Score32
Security Score1
Cost ClassLow
Stars2
Forks1
Last Update2026-01-19

Tags

AI/MLContainerizationAPI ServerShell AccessNgrok