Skip to content

Add Oracle MCP Server #133

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions servers/oracle/server.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: oracle
image: mcp/oracle
type: server
meta:
category: database
tags:
- oracle
- database
- sql
- enterprise
about:
title: Oracle Database MCP Server
description: Connect to Oracle databases via MCP, providing secure read-only access with support for schema exploration, query execution, and metadata inspection
icon: https://avatars.githubusercontent.com/u/93792006?v=4
source:
project: https://github.com/samscarrow/oracle-mcp-server
config:
description: Configure the connection to Oracle Database
secrets:
- name: oracle.password
env: ORACLE_PASSWORD
example: <ORACLE_PASSWORD>
env:
- name: ORACLE_CONNECTION_STRING
example: hostname:1521/servicename
value: '{{oracle.oracle_connection_string}}'
- name: ORACLE_USER
example: readonly_user
value: '{{oracle.oracle_user}}'
parameters:
type: object
properties:
oracle_connection_string:
type: string
oracle_user:
type: string