Oracle Forms MCP Server

An MCP server that serves the content of Oracle Forms modules (.fmb forms, .mmb menus, .pll PL/SQL libraries, .olb object libraries) found in a directory, so AI assistants can inspect blocks, items, triggers, program units, and raw object XML without opening Forms Builder. Its 16 documented tools cover module, program, element, annotations.

People who need developer tools tools inside Claude, Cursor, VS Code, or another MCP client. The project is written in Kotlin.

VERIFIED ACTIVE

LAST COMMIT 2026-08-23 · ★ 2 · #127 OF 139 MAINTAINED DEVELOPER TOOLS · VERIFIED 2026-08-25

Apache-2.0 · Kotlin · how we verify → /methodology

01 · Install Oracle Forms

Docker

docker run -i --rm ghcr.io/aoreshkov/oracle-forms-mcp:0.8.0

Claude Desktop - add to config

{
  "mcpServers": {
    "aoreshkov-oracle-forms-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/aoreshkov/oracle-forms-mcp:0.8.0"
      ]
    }
  }
}
Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as container (OCI image) - can be sandboxed away from your filesystem · Claude Desktop extension (.mcpb bundle)

repo age created 2026-07-12 - young repo, little track record yet

license Apache-2.0 - declared in the repository

registry namespace io.github.aoreshkov is GitHub-verified and matches the repo owner

03 · What Oracle Forms can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can convert + indexes one module (idempotent, trigger with level/scope, search a module's stored notes/tags/relations by text, kind, or tag, and delete a stored annotation or relation by id.

Capability map

Tools grouped from the project's README - what Oracle Forms lets an agent do.

read & search

9 tools - e.g. Every module in the forms dir with type, size, and cache status; Blocks with base table, item count, trigger count; One block in full: items (type, column, canvas, prompt) + trigger names

list_modules · list_blocks · get_block · list_triggers · get_trigger · search_source…

Module

2 tools - e.g. Converts + indexes one module (idempotent; progress notifications); Names of every section + counts - the first call after a fetch

fetch_module · get_module_overview

Program

2 tools - e.g. Procedures, functions, package specs/bodies with line counts; One program unit's PL/SQL (disambiguate spec/body via unitType)

list_program_units · get_program_unit

Annotate

1 tool - e.g. Store a note / summary / tag / classification about one element

annotate_element

Relate

1 tool - e.g. Record a directed cross-reference between two elements (e.g. a trigger calls a program unit)

relate_elements

delete

1 tool - e.g. Delete a stored annotation or relation by id

remove_annotation

Limitations (from the README)

- frmf2xml writes its output into the process working directory; the server runs it with the converted directory as cwd (--converted-dir, else the module's cache dir) and passes OVERWRITE=YES USE_PROPERTY_IDS=NO. - frmcmp_batch is preferred over frmcmp (headless); the server passes Script=YES Batch=YES Logon=NO and augments FORMS_PATH with the forms dir so attached libraries resolve. - Forms tools have unreliable exi

Latest releases

v0.8.0 · 2026-08-20

Bump eclipse-temurin from f19dbf0 to a214efa · Bump the codeql-action group across 1 directory with 3 updates · Upgrade to MCP Kotlin SDK 0.15.0 and make the fetch path concurrency-safe · move icon artwork to an…

v0.7.0 · 2026-08-13

accept a full command line in --convert-command · Bump eclipse-temurin from 681c543 to f19dbf0 · Bump the codeql-action group across 1 directory with 3 updates · Bump actions/attest-build-provenance from 4.1.1 to 4.2.2…

v0.6.0 · 2026-08-10

accept a full command line in --convert-command · Bump eclipse-temurin from 681c543 to f19dbf0 · Bump the codeql-action group across 1 directory with 3 updates · Bump actions/attest-build-provenance from 4.1.1 to 4.2.2…

04 · Who maintains Oracle Forms

Oracle Forms is maintained by aoreshkov. We track 2 MCP servers from aoreshkov - 2 actively maintained, 10 combined GitHub stars, oldest repo from Jul 2026. Full record: all servers from aoreshkov.

  1. Kotlin & Java Library Sources Kotlin/Java library sources, public API and KDoc from the real Maven sources jar, for AI agents ★ 8

05 · Facts

category
developer tools - ranked #127 of 139 actively-maintained developer tools servers as of 2026-08-25.
release cadence
9 releases in the last 90 days (latest 2026-08-20)
registry
io.github.aoreshkov/oracle-forms-mcp (active, first published 2026-07-12 · 8 versions)
packages
oci:ghcr.io/aoreshkov/oracle-forms-mcp:0.8.0 · mcpb:https://github.com/aoreshkov/oracle-forms-mcp/releases/download/v0.8.0/oracle-forms-mcp-0.8.0.mcpb

06 · Oracle Forms FAQ

Is Oracle Forms still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-23 and it shipped 9 releases in the last 90 days. We re-verify nightly.

What can Oracle Forms do?

With this server connected, an agent can convert + indexes one module (idempotent, trigger with level/scope, search a module's stored notes/tags/relations by text, kind, or tag, and delete a stored annotation or relation by id.

How do I install Oracle Forms?

Run `docker run -i --rm ghcr.io/aoreshkov/oracle-forms-mcp:0.8.0`. You can also paste the ready-made client config above.

07 · Alternatives to Oracle Forms

More developer tools MCP servers · Argon · Pyslang MCP · Control Keel · Fixmap · Loki Mode