Oracle Forms
Serves Oracle Forms module content (.fmb/.mmb/.pll/.olb) from a directory to MCP clients.
Install
Dockerstdio
docker run -i --rm ghcr.io/aoreshkov/oracle-forms-mcp:0.11.0 MCPB bundlesstdio
https://github.com/aoreshkov/oracle-forms-mcp/releases/download/v0.11.0/oracle-forms-mcp-0.11.0.mcpb Client config (Claude Desktop, Cursor, Windsurf and most MCP clients)
{
"mcpServers": {
"io-github-aoreshkov-oracle-forms-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/aoreshkov/oracle-forms-mcp:0.11.0"
]
}
}
} Source: official MCP Registry record · registry name io.github.aoreshkov/oracle-forms-mcp · published 2026-09-16 · updated 2026-09-16. Not an endorsement; review the code before connecting it to anything sensitive.