Oracle MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Oracle MCPlist all tables"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Oracle MCP
Production-ready Oracle Model Context Protocol (MCP) Server built with Node.js.
Oracle MCP provides AI assistants with secure, structured access to Oracle Database through the Model Context Protocol (MCP). The project follows a layered architecture with adapters, repositories, services, registries, and MCP tools, making it easy to extend while keeping database access safe and maintainable.
Features
Oracle Database connectivity
Connection pooling
Read-only mode support
SQL validation
Metadata exploration
Object discovery
DDL extraction
Stored procedure execution
Function execution
Transaction management
Modular MCP tool registry
Logging & audit middleware
Environment-based configuration
Related MCP server: Database MCP Server
Project Structure
.
├── src
│ ├── adapters/
│ ├── bootstrap/
│ ├── config/
│ ├── constants/
│ ├── context/
│ ├── db/
│ ├── exceptions/
│ ├── middleware/
│ ├── queries/
│ ├── registry/
│ ├── repositories/
│ ├── schemas/
│ ├── security/
│ ├── services/
│ │ ├── customer/
│ │ └── metadata/
│ ├── tools/
│ │ ├── customer/
│ │ └── database/
│ ├── utils/
│ ├── validators/
│ ├── app.js
│ └── server.js
├── docs/
├── tests/
├── logs/
├── package.json
├── .env.example
└── README.mdRequirements
Node.js 20+
Oracle Database 19c or later
Oracle Instant Client (when required)
Installation
git clone https://github.com/danangpriabada/bob-oracle-mcp.git
cd bob-oracle-mcp
npm install
cp .env.example .envEnvironment
NODE_ENV=development
PORT=3000
DB_HOST=localhost
DB_PORT=1521
DB_SERVICE_NAME=FREEPDB1
DB_USER=
DB_PASSWORD=
DB_POOL_MIN=2
DB_POOL_MAX=10
DB_POOL_INCREMENT=1
READ_ONLY=trueRunning
node src/server.jsor
npm startMCP Inspector
Install the inspector:
npm install -g @modelcontextprotocol/inspectorRun the server with the inspector:
npx @modelcontextprotocol/inspector node src/server.jsRemove the global installation if no longer needed:
npm uninstall -g @modelcontextprotocol/inspectorAvailable Database Tools
Tool | Description |
ping | Test Oracle connectivity |
health | Database health check |
current-user | Get current Oracle user |
current-schema | Get active schema |
database-version | Retrieve Oracle version |
execute-sql | Execute SQL statement |
explain-plan | Generate execution plan |
describe-table | Describe table structure |
get-ddl | Retrieve object DDL |
list-tables | List tables |
list-views | List views |
list-columns | List table columns |
search-columns | Search columns across schema |
list-indexes | List indexes |
list-constraints | List constraints |
list-sequences | List sequences |
list-packages | List PL/SQL packages |
list-procedures | List procedures |
search-object | Search Oracle objects |
execute-function | Execute Oracle function |
execute-procedure | Execute Oracle procedure |
Available Customer Tools
create
update
delete
get
list
Architecture
MCP Client
│
▼
Registry
│
▼
Tools
│
▼
Services
│
▼
Repositories
│
▼
Oracle Adapter
│
▼
Oracle DatabaseSecurity
The project is designed with production deployments in mind.
Read-only mode support
SQL validation
Permission layer
Audit middleware
Centralized error handling
Modular registry for controlled tool exposure
Roadmap
Authentication & Authorization
Role-based tool permissions
OCI integration
Oracle Thin Driver optimization
Docker support
Kubernetes deployment
GitHub Actions CI/CD
OpenTelemetry
Unit tests
Integration tests
License
MIT
Author
Danang Priabada
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceProvides flexible access to Oracle databases for AI assistants like Claude, supporting SQL queries across multiple schemas with comprehensive database introspection capabilities.Last updated614610MIT
- Alicense-qualityDmaintenanceProvides universal database operations for AI assistants through MCP, supporting 40+ databases including PostgreSQL, MySQL, MongoDB, Redis, and SQLite with built-in introspection tools for schema exploration.Last updated40MIT
- AlicenseAqualityCmaintenanceEnables AI tools to interact with Oracle databases through query execution, schema browsing, stored procedure calls, and transaction management. Supports multiple database connections with safety features like read-only mode and dangerous query detection.Last updated16MIT
- AlicenseBqualityDmaintenanceEnables interaction with Oracle databases through MCP by executing SELECT queries, describing table structures, and listing available tables with secure, read-only access.Last updated3292MIT
Related MCP Connectors
Connect e-commerce and marketing data to AI assistants via MCP.
GibsonAI MCP server: manage your databases with natural language
Analytical memory for AI agents: a real Postgres queried in plain English over MCP. One command.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/danangpriabada/bob-oracle-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server