Skip to main content
Glama
tannerpace

Oracle Database MCP Server

by tannerpace

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLogging levelinfo
ORACLE_USERYesOracle database username (should be read-only user)
ORACLE_PASSWORDYesOracle database password
ORACLE_POOL_MAXNoMaximum number of connections in the pool10
ORACLE_POOL_MINNoMinimum number of connections in the pool2
MAX_QUERY_LENGTHNoMaximum length of SQL query50000
QUERY_TIMEOUT_MSNoQuery timeout in milliseconds30000
MAX_ROWS_PER_QUERYNoMaximum number of rows to return per query1000
ENABLE_AUDIT_LOGGINGNoEnable audit logging of queriestrue
ORACLE_CONNECTION_STRINGYesOracle database connection string in format hostname:port/servicename

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
query_databaseA

Execute a read-only SQL SELECT query against the Oracle database. Returns rows, column names, and execution metrics.

get_database_schemaA

Get database schema information. If tableName is provided, returns column details for that table. Otherwise, returns a list of all accessible tables.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: get_database_schema retrieves metadata about the database structure, while query_database executes SQL queries for data retrieval. There is no overlap or ambiguity between them.

Naming Consistency5/5

Both tools follow a consistent verb_noun naming pattern (get_database_schema, query_database) with clear, descriptive names that align with their functions. The naming is uniform and predictable.

Tool Count2/5

With only 2 tools, the server feels under-scoped for an Oracle Database MCP Server, as it lacks essential operations like data manipulation (INSERT, UPDATE, DELETE), transaction management, or administrative tasks, making it incomplete for typical database workflows.

Completeness2/5

The tool surface is severely incomplete for a database server, covering only schema inspection and read-only queries. Missing are critical operations such as data modification, stored procedure execution, user management, and other core database functionalities, leading to significant gaps.

Maintenance

ActivityStale
ResponsivenessNo issues