MOVA MCP Connector✓
io.github.mova-compact/mova-mcp-connector · v0.1.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.mova-compact/mova-mcp-connector",
"description": "Thin MOVA MCP proxy for bindings, transport resolution, and upstream tools/call execution.",
"title": "MOVA MCP Connector",
"repository": {
"url": "https://github.com/mova-compact/mova-mcp-connector",
"source": "github"
},
"version": "0.1.0",
"websiteUrl": "https://github.com/mova-compact/mova-mcp-connector",
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/mova-compact/mova-mcp-connector:0.1.0",
"runtimeHint": "docker",
"transport": {
"type": "streamable-http",
"url": "http://127.0.0.1:8098/mcp"
},
"runtimeArguments": [
{
"value": "run",
"type": "positional"
},
{
"value": "-i",
"type": "positional"
},
{
"value": "--rm",
"type": "positional"
},
{
"value": "-p",
"type": "positional"
},
{
"value": "8098:8098",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Base URL of MOVA State API / mcp_door",
"isRequired": true,
"format": "string",
"name": "MOVA_PLATFORM_URL"
},
{
"description": "Read token for platform connector and binding resolution",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "MOVA_ADMIN_READ_TOKEN"
},
{
"description": "Gateway key identifier for signed mcp_door requests",
"isRequired": true,
"format": "string",
"name": "MCP_DOOR_GATEWAY_KEY_ID"
},
{
"description": "Gateway signing secret for mcp_door requests",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "MCP_DOOR_GATEWAY_SHARED_SECRET"
},
{
"description": "Actor id used for signed gateway requests",
"isRequired": true,
"format": "string",
"name": "MCP_DOOR_ACTOR_ID"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}