Back to Home
mia-platform icon

console-mcp-server

by mia-platform

Overview

The Mia-Platform Console MCP Server integrates with Mia-Platform Console APIs to enable advanced automation and interaction capabilities for developers and tools.

Installation

Run Command
npm run build && node mcp-server start

Environment Variables

  • LOG_LEVEL
  • PORT
  • CONSOLE_HOST
  • MIA_PLATFORM_CLIENT_ID
  • MIA_PLATFORM_CLIENT_SECRET
  • CLIENT_EXPIRY_DURATION
  • DEPLOY_INTERNAL_ENDPOINT
  • MARKETPLACE_INTERNAL_ENDPOINT
  • FEATURE_TOGGLE_INTERNAL_ENDPOINT
  • IAM_INTERNAL_ENDPOINT
  • KUBERNETES_INTERNAL_ENDPOINT
  • BACKEND_INTERNAL_ENDPOINT
  • HEADERS_TO_PROXY

Security Notes

The server includes an `/mcp-internal` endpoint that explicitly bypasses authentication and proxies headers, intended for 'trusted networks'. While documented as such, this design introduces a critical security risk if misconfigured or exposed to untrusted environments. Authentication for the primary `/mcp` endpoint supports OAuth2.1 and Service Accounts, with dynamic client registration and token management handled internally, which is generally robust. No obvious hardcoded secrets or malicious patterns (like `eval`) were found directly in the provided source.

Similar Servers

Stats

Interest Score33
Security Score6
Cost ClassMedium
Avg Tokens5000
Stars3
Forks3
Last Update2026-01-15

Tags

Mia-PlatformMCP ServerAPI IntegrationAutomationDeveloper Tools