ai-hub
Verified Safeby 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
npm startEnvironment 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
klavis
Develop and deploy AI agents that interact with a wide array of web services (e.g., Gmail, YouTube, LinkedIn, Supabase, Salesforce, Kubernetes) through a standardized Model Context Protocol (MCP), often orchestrated by an intelligent routing layer like Strata.
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
mcp-servers
An MCP server for managing files in Google Cloud Storage, supporting CRUD operations (save, get, search, delete) and exposing files as resources.
agentx
A unified CLI tool for managing MCP (Model Context Protocol) servers and skills across multiple AI coding agents like Claude Code, Codex, Cursor, Gemini CLI, and OpenCode.