mcpbeat Sign in

Oracle Forms MCP Server

local only

Oracle Forms runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 17 Sep 2026.

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

Installs / week
not published
3
Stars
0 open issues
17 Sep 2026
Last commit
from GitHub
Apache-2.0
License
Kotlin

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        val process = ProcessBuilder(command)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to Oracle Forms

same job, measured the same way
Qodercli MCP
by cantbeblank96

MCP server mode for Qoder CLI — delegate coding tasks to local Qoder agents from any MCP client.

105 installs/wk local only
MCP Skills Server
by srprasanna

MCP server that loads and serves skills from a mounted directory with hot reload.

local only
MCP Skills Server
by srprasanna

MCP server that loads and serves skills from a mounted directory with hot reload.

local only
agent-tools (x402 + MCP + A2A directory)
by agenttools-cloud

Discover x402 services, MCP servers and A2A agents by intent — agent-tools.cloud directory.

166 installs/wk 11 tools answering
Selis MCP
by selis-mcp

MCP server for Selis TMiS — manage PMO entities from any MCP client

72 installs/wk 13 tools answering
Foxhound
by caleb-love

MCP server for querying Foxhound traces from Claude Code, Cursor, and other MCP clients

21 installs/wk local only
Google Tasks MCP Server
by ebmurha

Manage Google Tasks from MCP-compatible AI clients.

82 installs/wk local only
MCP Yoto
by danpillay87

MCP server for Yoto: manage cards, tracks, icons and family devices from any MCP client.

332 installs/wk answering

Oracle Forms — questions

Answers built from our own checks of this server.

Why is there no uptime for Oracle Forms?
Oracle Forms runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Oracle Forms open source?
Yes — it is published under the Apache-2.0 licence, written in Kotlin and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.