console-mcp-server
The official MCP Server from Mia-Platform to interact with Mia-Platform Console
The record the registry holds
It also ships as a package you run yourself.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.mia-platform/console-mcp-server",
"description": "The official MCP Server from Mia-Platform to interact with Mia-Platform Console",
"repository": {
"url": "https://github.com/mia-platform/console-mcp-server",
"source": "github"
},
"version": "1.2.2",
"packages": [
{
"registryType": "npm",
"identifier": "@mia-platform/console-mcp-server",
"version": "1.2.2",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"description": "The runtime command to execute",
"isRequired": true,
"value": "run",
"type": "positional"
},
{
"description": "Run container in interactive mode",
"isRequired": true,
"format": "boolean",
"value": "true",
"type": "named",
"name": "-i"
},
{
"description": "Automatically remove the container when it exits",
"format": "boolean",
"value": "true",
"type": "named",
"name": "--rm"
},
{
"description": "Set 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.",
"isRequired": true,
"value": "MIA_PLATFORM_CLIENT_ID={mia-platform-client-id}",
"variables": {
"token": {
"isRequired": true,
"format": "string",
"isSecret": true
}
},
"type": "named",
"name": "-e"
},
{
"description": "Set 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.",
"isRequired": true,
"value": "MIA_PLATFORM_CLIENT_SECRET={mia-platform-client-secret}",
"variables": {
"token": {
"isRequired": true,
"format": "string",
"isSecret": true
}
},
"type": "named",
"name": "-e"
},
{
"description": "The container image to run",
"isRequired": true,
"value": "ghcr.io/github/github-mcp-server",
"type": "positional",
"valueHint": "image_name"
},
{
"description": "This is to specify the MCP server application",
"isRequired": true,
"value": "mcp-server",
"type": "positional"
},
{
"description": "This is the command to start the MCP server",
"isRequired": true,
"value": "start",
"type": "positional"
},
{
"description": "Flag to inform the server to use the stdio transport",
"isRequired": true,
"value": "--stdio",
"type": "positional"
},
{
"description": "Flag to inform the server about the MCP host to connect to",
"isRequired": true,
"value": "--host=https://console.cloud.mia-platform.eu",
"type": "positional"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://console.cloud.mia-platform.eu/console-mcp-server/mcp",
"headers": [
{
"description": "Authentication token (PAT or App token)",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2025-11-20T13:53:36.781603Z",
"publishedAt": "2025-11-20T13:53:36.781603Z",
"updatedAt": "2025-11-20T13:53:36.781603Z",
"isLatest": true
}
}
}
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
MCP server
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.
The publisher's own address
https://github.com/mia-platform/console-mcp-server
The address the publisher put in their registry record, printed as they wrote it. Nobody here has opened it.