Serves Oracle Forms module content (.fmb/.mmb/.pll/.olb) from a directory to MCP clients.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
docker run -i --rm ghcr.io/aoreshkov/oracle-forms-mcp:0.8.0
MCP client config
{
"mcpServers": {
"oracle-forms": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/aoreshkov/oracle-forms-mcp:0.8.0"
]
}
}
}Distributed as an MCP bundle (`https://github.com/aoreshkov/oracle-forms-mcp/releases/download/v0.8.0/oracle-forms-mcp-0.8.0.mcpb`) — download it and import the bundle in your MCP client.