Skip to content
Cline

Oracle Forms for Cline

io.github.aoreshkov/oracle-forms-mcp

Serves Oracle Forms module content (.fmb/.mmb/.pll/.olb) from a directory to MCP clients.

client:Cline transport:stdio runtime:oci

Install Oracle Forms 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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "oracle-forms-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/aoreshkov/oracle-forms-mcp:0.13.0"
      ],
      "env": {
        "OFMCP_CONVERTED_DIR": "<OFMCP_CONVERTED_DIR>",
        "OFMCP_CONVERT_COMMAND": "<OFMCP_CONVERT_COMMAND>",
        "OFMCP_COMPILE_COMMAND": "<OFMCP_COMPILE_COMMAND>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Oracle Forms in other clients