Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/TechFernandesLTDA/apex-mcp/llms.txt

Use this file to discover all available pages before exploring further.

apex-mcp is a Model Context Protocol (MCP) server that gives AI assistants 116 tools to build Oracle APEX 24.2 applications programmatically. Instead of navigating the APEX App Builder UI, you describe what you want and your AI assistant does the work — creating apps, generating CRUD pages, adding JET charts, configuring auth schemes, and more.

Quickstart

Install apex-mcp and connect your first AI client to Oracle APEX in minutes.

Configuration

Set up Oracle connection credentials, APEX workspace, and transport options.

AI Client Setup

Connect Claude, GPT, Gemini, Cursor, VS Code, or any MCP-compatible client.

Tool Reference

Browse all 116 tools across connection, apps, pages, components, and generators.

What you can build

apex-mcp connects to Oracle Autonomous Database via the oracledb thin driver (mTLS wallet — no Oracle Instant Client required) and generates APEX applications by executing the same wwv_flow_imp_page.* PL/SQL API that APEX uses internally.

Full Apps from Schema

Generate a complete app with CRUD pages, dashboard, and navigation from a list of tables in one command.

Charts & Dashboards

Add Oracle JET charts, metric cards, gauges, funnels, and 10 advanced chart types to any page.

REST Endpoints

Generate ORDS REST endpoints (GET/POST/PUT/DELETE) for any table with a single tool call.

Interactive Components

Add Interactive Grids, master-detail regions, faceted search, wizards, and modal forms.

20 UI Components

Hero banners, KPI rows, leaderboards, heatmaps, activity streams, and more via rich HTML regions.

DevOps Tools

Export pages as SQL, generate Markdown docs, diff app structure, and run batch operations.

Get started

1

Install apex-mcp

Clone the repository and install via pip:
git clone https://github.com/TechFernandesLTDA/apex-mcp
cd apex-mcp
pip install -e .
2

Set environment variables

Configure your Oracle connection and APEX workspace credentials — see the Configuration guide for all required variables.
3

Connect your AI client

Add apex-mcp to your AI client’s MCP configuration. Pick your client from the AI Client Setup guides.
4

Build your first app

Ask your AI assistant: “Connect to Oracle and list all APEX applications in the workspace.” Then follow the Build Your First App guide.

Supported AI clients

ClientTransportSetup Guide
Claude Code / DesktopstdioSetup guide
Cursor IDEstdioSetup guide
VS Code / GitHub Copilotstdio or HTTPSetup guide
Google Gemini CLIstdioSetup guide
GPT / OpenAI Agents SDKstreamable-HTTPSetup guide
ZAI (visual companion)n/aSetup guide
apex-mcp requires Python 3.11+, Oracle APEX 24.2 (Universal Theme 42), and an Oracle Autonomous Database with mTLS wallet access.

Build docs developers (and LLMs) love