Back to Home
ST0MP-EE5 icon

ai-hub

Verified Safe

by ST0MP-EE5

Overview

The AI Hub MCP server acts as a central gateway for AI assistants to access and manage various tools, skills, and configurations, including DigitalOcean infrastructure.

Installation

Run Command
npm start

Environment Variables

  • DO_API_TOKEN
  • NODE_ENV
  • PORT
  • LOG_LEVEL
  • ALLOWED_ORIGINS
  • STRIPE_MCP_TOKEN
  • VERCEL_TOKEN
  • GITHUB_TOKEN

Security Notes

The server employs good security practices including API key hashing, granular permissions, and standard web security middleware (helmet, cors, rate-limiting). Local MCPs are executed in isolated child processes, and external MCP routing is currently a placeholder, which mitigates immediate risks related to third-party integrations. The CLI utilizes `execSync` for administrative tasks, which is acceptable for a privileged user but highlights the need for secure CLI access. All secrets are managed via environment variables and API keys are stored as hashes. Potential future risks may arise with the full implementation of external MCP routing if not carefully secured against SSRF and malicious tool responses.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens12500
Stars0
Forks0
Last Update2026-01-19

Tags

AI HubMCP GatewayDigitalOceanInfrastructure ManagementCoding Agents