OracleDB
Provides a bridge to Oracle Database, enabling dynamic table and column discovery, secure query exec...
Obtain Oracle Database Credentials
- You will need the following from your Oracle Database administrator or team:
- Database username
- Database password
- IP address or hostname of your Oracle instance
- Port number (commonly 1521)
- Service name of the DB
- You will need the following from your Oracle Database administrator or team:
Decide Tables and Columns to Allow
- Make a list of table names you want the server to access (as a comma-separated list).
- For each table, decide which columns you want to allow (as a comma-separated list in the format TABLE.COLUMN).
Fill in the Connection Strings
- Format your connection strings as:
oracle+oracledb://USERNAME:PASSWORD@IP:PORT/?service_name=SERVICENAME - Replace USERNAME, PASSWORD, IP, PORT, SERVICENAME with your specific values.
- Format your connection strings as:
Prepare the Environment Configuration
- You will be asked for the following ENV values in the FastMCP connection interface:
DB_CONNECTION_STRING: The main Oracle DB connection string.COMMENT_DB_CONNECTION_STRING: Another Oracle DB connection string (can use the same as above if both operations allow same access).TABLE_WHITE_LIST: Comma-separated list of allowed table names, for example:ACCOUNTS,CUS_ACC_RELATIONS,CUSTOMERSCOLUMN_WHITE_LIST: Comma-separated list of allowed fully-qualified columns, for example:ACCOUNTS.ACC_AAD_ID,CUS_ACC_RELATIONS.CAR_CUS_ID,CUS_ACC_RELATIONS.CAR_AAD_ID,CUSTOMERS.CUS_ID- (Optional)
DEBUG: Set toTrueorFalse. - (Optional)
QUERY_LIMIT_SIZE: Maximum number of records to return in a query (default is 10).
- You will be asked for the following ENV values in the FastMCP connection interface:
Use the "Install Now" Button
- When prompted, fill in all the above values in the FastMCP connection interface using the text fields provided after clicking the "Install Now" button.
Note: All credentials and whitelists are obtained and set manually; there is no "token" or "key" generated automatically from Oracle or the package. Contact your OracleDB admin for missing credentials.
How to Install OracleDB
Install OracleDB MCP server with one click through FastMCP. Choose your preferred AI development tool below:
Claude Desktop
Click "Claude Desktop" in Quick Start
Cursor IDE
Click "Cursor IDE" in Quick Start
VS Code
Click "VS Code" in Quick Start
Alternatives to OracleDB
Looking for similar MCP servers? Browse other servers in the same categories on FastMCP, or check out the similar servers listed above.
Quick Start
Choose Connection Type for
Authentication Required
Please sign in to use FastMCP hosted connections
Run MCP servers without
local setup or downtime
Access to 1,000+ ready-to-use MCP servers
Skip installation, maintenance, and trial-and-error.
No local setup or infra
Run MCP servers without Docker, ports, or tunnels.
Always online
Your MCP keeps working even when your laptop is off.
One secure URL
Use the same MCP from any agent, anywhere.
Secure by default
Encrypted connections. Secrets never stored locally.
Configuration for
Environment Variables
Please provide values for the following environment variables:
HTTP Headers
Please provide values for the following HTTP headers:
started!
The MCP server should open in . If it doesn't open automatically, please check that you have the application installed.
Copy and run this command in your terminal:
Make sure Gemini CLI is installed:
Visit Gemini CLI documentation for installation instructions.
Make sure Claude Code is installed:
Visit Claude Code documentation for installation instructions.
Installation Steps:
Configuration
Installation Failed
More for Database
View All →Supabase MCP Server
Connect Supabase projects directly with AI assistants using the Model Context Protocol (MCP). This server standardizes communication between Large Language Models and Supabase, enabling AI to manage tables, query data, and interact with project features like edge functions, storage, and branching. Customize access with read-only or project-scoped modes and select specific tool groups to fit your needs. Integrated tools cover account management, documentation search, database operations, debugging, and more, empowering AI to assist with development, monitoring, and deployment tasks in your Supabase environment efficiently and securely.
Svelte
Official Svelte documentation access and code analysis server that provides up-to-date reference material, playground link generation, and intelligent autofixer capabilities for detecting common patterns, anti-patterns, and migration opportunities in Svelte 5 and SvelteKit projects.