Loading MCP server directory, please wait...
The official MCP Server from Mia-Platform to interact with Mia-Platform Console
npx @getmcp/cli add io.github.mia-platform/console-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
MIA_PLATFORM_CLIENT_IDSet the MIA_PLATFORM_CLIENT_ID environment variable in the runtime, which is the client ID of the Service Account of the Mia-Platform Company you want to access.
MIA_PLATFORM_CLIENT_SECRETSet the MIA_PLATFORM_CLIENT_ID environment variable in the runtime, which is the client secret of the Service Account of the Mia-Platform Company you want to access.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mia-platform/console-mcp-server": {
"command": "npx",
"args": [
"run",
"true",
"true",
"ghcr.io/github/github-mcp-server",
"mcp-server",
"start",
"--stdio",
"--host=https://console.cloud.mia-platform.eu",
"-y",
"@mia-platform/console-mcp-server"
],
"env": {
"MIA_PLATFORM_CLIENT_ID": "",
"MIA_PLATFORM_CLIENT_SECRET": ""
}
}
}
}