Skip to main content
Glama
zhengyun1008

MCP Server for Oracle

by zhengyun1008

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TNS_ADMINNoTNS admin directory
ORACLE_HOMENoOracle client library path
ORACLE_PASSNoLegacy single-database password
ORACLE_USERNoLegacy single-database user
ORACLE_CONFIG_PATHNoCustom config file path for multi-database configuration
ORACLE_CONNECTION_STRINGNoLegacy connection string

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}
prompts
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
oracle_queryA

Run a read-only SELECT query on an Oracle database

Prompts

Interactive templates invoked by user choice

NameDescription
oracle_usage_guideGuide for querying Oracle databases

Resources

Contextual data attached and managed by the client

NameDescription
Oracle Database ConnectionsList of available Oracle database connections with access modes

TDQS

A3.6/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap between tools. The tool's purpose is clearly defined as running read-only SELECT queries on an Oracle database, making it distinct by default.

Naming Consistency5/5

The single tool name 'oracle_query' follows a clear and consistent verb_noun pattern (query as the action, oracle as the domain). With only one tool, there is no inconsistency to evaluate, so it scores perfectly.

Tool Count2/5

One tool is too few for a database server's apparent scope, which typically requires operations like insert, update, delete, schema inspection, or transaction management. This minimal set severely limits functionality and will likely cause agent failures in complex tasks.

Completeness1/5

The tool surface is severely incomplete for an Oracle database server. It only supports read-only SELECT queries, missing essential CRUD operations (create, update, delete), schema exploration, connection management, and other database interactions, making it inadequate for typical database workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues