oracle-sqlplus-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SQLPLUS_PATH | No | Path to sqlplus binary if not in PATH | sqlplus |
| QUERY_TIMEOUT_MS | No | Query timeout in milliseconds | 30000 |
| ORACLE_CONNECTION | Yes | Full Oracle connection string in format username/password@host:port/servicename |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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