Oracle icon

Oracle

Createdyyue9527

Facilitates Oracle database operations through the Model Context Protocol (MCP).

About

Oracle provides a Model Context Protocol (MCP) server implementation that enables seamless interaction with Oracle databases. Built on Spring Boot and utilizing Server-Sent Events (SSE) for real-time communication, it offers a set of tools for listing tables, describing their structure, and executing SQL statements. With secure connection management and robust error handling, Oracle simplifies database operations within an MCP environment.

Key Features

  • Lists all tables in the Oracle database.
  • Secure database connection management
  • Describes table structure, including columns, data types, and constraints.
  • 3 GitHub stars
  • Provides real-time communication via SSE.
  • Executes SQL statements (SELECT, INSERT, UPDATE, DELETE).

Use Cases

  • Listing all tables within a given database.
  • Describing the structure of a specified table, including all of its constraints and datatypes.
  • Executing arbitrary SQL queries against a database
Craft Better Prompts with AnyPrompt