Oracle Forms
Rank #4,080io.github.aoreshkov/oracle-forms-mcp
Serves Oracle Forms module content (.fmb/.mmb/.pll/.olb) from a directory to MCP clients.
Oracle Forms is a Model Context Protocol (MCP) server published by aoreshkov. It ranks #4,080 of 132,113 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Oracle Forms is listed across 3 registries — Official MCP, PulseMCP and Glama, with 13 tracked versions. It was first listed on Jul 12, 2026 and most recently updated on Sep 18, 2026.
Ranks ahead of 128,033 of 132,113 servers on MCP Toplist.
Use Oracle Forms
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add oracle-forms-mcp -e "OFMCP_CONVERTED_DIR=<your OFMCP_CONVERTED_DIR>" -e "OFMCP_CONVERT_COMMAND=<your OFMCP_CONVERT_COMMAND>" -e "OFMCP_COMPILE_COMMAND=<your OFMCP_COMPILE_COMMAND>" -- docker run -i --rm ghcr.io/aoreshkov/oracle-forms-mcp:0.13.0 --forms-dir /formsReplace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/aoreshkov/oracle-forms-mcp/releases/download/v0.13.0/oracle-forms-mcp-0.13.0.mcpb` — install it through your client’s extension manager.
[mcp_servers.oracle-forms-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/aoreshkov/oracle-forms-mcp:0.13.0", "--forms-dir", "/forms"]
[mcp_servers.oracle-forms-mcp.env]
OFMCP_CONVERTED_DIR = "<your OFMCP_CONVERTED_DIR>"
OFMCP_CONVERT_COMMAND = "<your OFMCP_CONVERT_COMMAND>"
OFMCP_COMPILE_COMMAND = "<your OFMCP_COMPILE_COMMAND>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/aoreshkov/oracle-forms-mcp/releases/download/v0.13.0/oracle-forms-mcp-0.13.0.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"oracle-forms-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/aoreshkov/oracle-forms-mcp:0.13.0",
"--forms-dir",
"/forms"
],
"env": {
"OFMCP_CONVERTED_DIR": "<your OFMCP_CONVERTED_DIR>",
"OFMCP_CONVERT_COMMAND": "<your OFMCP_CONVERT_COMMAND>",
"OFMCP_COMPILE_COMMAND": "<your OFMCP_COMPILE_COMMAND>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/aoreshkov/oracle-forms-mcp/releases/download/v0.13.0/oracle-forms-mcp-0.13.0.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"oracle-forms-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/aoreshkov/oracle-forms-mcp:0.13.0",
"--forms-dir",
"/forms"
],
"env": {
"OFMCP_CONVERTED_DIR": "<your OFMCP_CONVERTED_DIR>",
"OFMCP_CONVERT_COMMAND": "<your OFMCP_CONVERT_COMMAND>",
"OFMCP_COMPILE_COMMAND": "<your OFMCP_COMPILE_COMMAND>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/aoreshkov/oracle-forms-mcp/releases/download/v0.13.0/oracle-forms-mcp-0.13.0.mcpb` — install it through your client’s extension manager.
{
"servers": {
"oracle-forms-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/aoreshkov/oracle-forms-mcp:0.13.0",
"--forms-dir",
"/forms"
],
"env": {
"OFMCP_CONVERTED_DIR": "<your OFMCP_CONVERTED_DIR>",
"OFMCP_CONVERT_COMMAND": "<your OFMCP_CONVERT_COMMAND>",
"OFMCP_COMPILE_COMMAND": "<your OFMCP_COMPILE_COMMAND>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/aoreshkov/oracle-forms-mcp/releases/download/v0.13.0/oracle-forms-mcp-0.13.0.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"oracle-forms-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/aoreshkov/oracle-forms-mcp:0.13.0",
"--forms-dir",
"/forms"
],
"env": {
"OFMCP_CONVERTED_DIR": "<your OFMCP_CONVERTED_DIR>",
"OFMCP_CONVERT_COMMAND": "<your OFMCP_CONVERT_COMMAND>",
"OFMCP_COMPILE_COMMAND": "<your OFMCP_COMPILE_COMMAND>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/aoreshkov/oracle-forms-mcp/releases/download/v0.13.0/oracle-forms-mcp-0.13.0.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"oracle-forms-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/aoreshkov/oracle-forms-mcp:0.13.0",
"--forms-dir",
"/forms"
],
"env": {
"OFMCP_CONVERTED_DIR": "<your OFMCP_CONVERTED_DIR>",
"OFMCP_CONVERT_COMMAND": "<your OFMCP_CONVERT_COMMAND>",
"OFMCP_COMPILE_COMMAND": "<your OFMCP_COMPILE_COMMAND>"
}
}
}
}Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/aoreshkov/oracle-forms-mcp/releases/download/v0.13.0/oracle-forms-mcp-0.13.0.mcpb` — install it through your client’s extension manager.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.aoreshkov%2Foracle-forms-mcp)<a href="https://mcptoplist.com/server/io.github.aoreshkov%2Foracle-forms-mcp"><img src="https://mcptoplist.com/badge/io.github.aoreshkov%2Foracle-forms-mcp.svg" alt="MCP Toplist: Top 5% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
aoreshkov
Other servers by aoreshkov
View all aoreshkov servers →Available versions (13)
| Version | Published |
|---|---|
| 0.13.0 | Sep 18, 2026 |
| 0.12.0 | Sep 18, 2026 |
| 0.11.0 | Sep 16, 2026 |
| 0.10.0 | Sep 12, 2026 |
| 0.9.0 | Sep 11, 2026 |
| 0.8.0 | Aug 20, 2026 |
| 0.7.0 | Aug 13, 2026 |
| 0.6.0 | Aug 10, 2026 |
| 0.5.0 | Aug 7, 2026 |
| 0.4.0 | Aug 7, 2026 |
| 0.3.0 | Jul 16, 2026 |
| 0.2.0 | Jul 16, 2026 |
| 0.1.1 | Jul 12, 2026 |
Frequently asked questions
- Who maintains Oracle Forms?
- Oracle Forms is maintained by aoreshkov, which publishes 2 MCP servers (19 total versions) tracked on MCP Toplist.
- Is Oracle Forms listed on the Official MCP Registry?
- Yes — Oracle Forms is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Oracle Forms have?
- MCP Toplist tracks 13 versions of Oracle Forms, most recently published on Sep 18, 2026.
- Where can I find the source code for Oracle Forms?
- The source code for Oracle Forms is hosted at github.com/aoreshkov/oracle-forms-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.