The official MCP Server from Mia-Platform to interact with Mia-Platform Console
The official MCP Server from Mia-Platform to interact with Mia-Platform Console. The console mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 6 defined tools rather than through you.
[pipeline status][build-svg]][pipeline-link] [license][license-svg]](./LICENSE)
The Mia-Platform Console MCP Server is a Model Context Protocol (MCP) server that provides seamless integration with Mia-Platform Console APIs, enabling advanced automation and interaction capabilities for developers and tools.
Everything the assistant can do here goes through one of these:
LOG_LEVEL — Log level of the applicationPORT — Port number for the HTTP serverCONSOLE_HOST — The host address of the Mia-Platform Console instanceMIA_PLATFORM_CLIENT_ID — Client ID for Service Account authenticationMIA_PLATFORM_CLIENT_SECRET — Client secret for Service Account authenticationCLIENT_EXPIRY_DURATION — Duration in seconds of clients generated with the DCR authentication flow. After this time, the client will be expired and cannot be used anylongerSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
You will need 4 environment variables: CONSOLE_HOST, MIA_PLATFORM_CLIENT_ID, MIA_PLATFORM_CLIENT_SECRET, FILE_PATH. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
To use the Mia-Platform Console MCP Server in your client (such as Visual Studio Code, Claude Desktop, Cursor, Gemini CLI or others), you first need to have a valid account on the Mia-Platform Console instance you want to communicate with. You will be required also to include the instance host address you in the environment variable named CONSOLE_HOST. You may decide to access via: - Service
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Console's toolset — LOG_LEVEL, PORT, CONSOLE_HOST and 3 more — is a fair guide to whether it matches your workflow. It is maintained by mia-platform; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| LOG_LEVEL | Log level of the application |
| PORT | Port number for the HTTP server |
| CONSOLE_HOST | The host address of the Mia-Platform Console instance |
| MIA_PLATFORM_CLIENT_ID | Client ID for Service Account authentication |
| MIA_PLATFORM_CLIENT_SECRET | Client secret for Service Account authentication |
| CLIENT_EXPIRY_DURATION | Duration in seconds of clients generated with the DCR authentication flow. After this time, the client will be expired and cannot be used anylonger. |
To use the Mia-Platform Console MCP Server in your client (such as Visual Studio Code, Claude Desktop, Cursor, Gemini CLI or others), you first need to have a valid account on the Mia-Platform Console instance you want to communicate with. You will be required also to include the instance host address you in the environment variable named CONSOLE_HOST. You may decide to access via: - Service
| Variable | Description | Required |
|---|---|---|
| CONSOLE_HOST | Endpoint or connection string the server talks to. | Optional |
| MIA_PLATFORM_CLIENT_ID | Configuration value read at startup. | Optional |
| MIA_PLATFORM_CLIENT_SECRET | Credential the server authenticates with. | Yes |
| FILE_PATH | Filesystem location the server is allowed to use. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.