MOVA MCP Connector for Cline
io.github.mova-compact/mova-mcp-connector
Thin MOVA MCP proxy for bindings, transport resolution, and upstream tools/call execution.
client:Cline
transport:stdio
runtime:oci
Install MOVA MCP Connector in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"mova-mcp-connector": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mova-compact/mova-mcp-connector:0.1.0"
],
"env": {
"MOVA_PLATFORM_URL": "<MOVA_PLATFORM_URL>",
"MOVA_ADMIN_READ_TOKEN": "<MOVA_ADMIN_READ_TOKEN>",
"MCP_DOOR_GATEWAY_KEY_ID": "<MCP_DOOR_GATEWAY_KEY_ID>",
"MCP_DOOR_GATEWAY_SHARED_SECRET": "<MCP_DOOR_GATEWAY_SHARED_SECRET>",
"MCP_DOOR_ACTOR_ID": "<MCP_DOOR_ACTOR_ID>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs