← Back to Plugins
MCP Server MCP

MOVA MCP Connector

github By github 👁 1 views ▲ 0 votes

Thin MOVA MCP proxy for bindings, transport resolution, and upstream tools/call execution.

Homepage Verified source GitHub

Install

oci:ghcr.io/mova-compact/mova-mcp-connector:0.1.0

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...