Skip to main content
Glama
sagar1012

oracle-sqlplus-mcp

by sagar1012

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SQLPLUS_PATHNoPath to sqlplus binary if not in PATHsqlplus
QUERY_TIMEOUT_MSNoQuery timeout in milliseconds30000
ORACLE_CONNECTIONYesFull Oracle connection string in format username/password@host:port/servicename

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
execute_queryA

Execute a SQL SELECT query against the Oracle database and return the results. Use standard Oracle SQL syntax. Do NOT include a trailing semicolon — it is added automatically.

execute_ddlA

Execute a DDL or DML statement (CREATE, INSERT, UPDATE, DELETE, ALTER, DROP). Use with caution — changes are committed immediately.

list_tablesB

List all tables accessible to the current user, optionally filtered by schema/owner.

describe_tableA

Describe the columns, data types and constraints of a table.

list_schemasA

List all schemas (users/owners) in the database that have at least one table.

get_table_sampleA

Fetch a sample of rows from a table (default: 10 rows).

list_proceduresA

List stored procedures and functions for a given schema.

test_connectionA

Test the Oracle connection and return server version info.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/sagar1012/oracle-sqlplus-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server