Oracle Database
Access and query an Oracle database using the cx_Oracle driver.
mcp-server-oracle
Model Context Protocol server to access oracle
Demos
https://github.com/user-attachments/assets/dc4e377b-4efb-43e6-85fa-93ed852fe21f
Quickstart
To try this in Claude Desktop app, add this to your claude config files:
{
"mcpServers": {
"mcp-server-oracle": {
"command": "uvx",
"args": [
"mcp-server-oracle"
],
"env": {
"ORACLE_CONNECTION_STRING": "username/password@hostname:password/service_name"
}
}
}
}
Prerequisites
- UV (pacakge manager)
- Python 3.12+
- Claude Desktop
Installation
Claude Desktop Configuration
Add the server configuration to your Claude Desktop config file:
MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
Windows: %APPDATA%/Claude/claude_desktop_config.json
Contributing
- Fork the repository from mcp-server-oracle
- Create your feature branch
- Commit your changes
- Push to the branch
- Open a Pull Request
License
This project is licensed under the MIT License - see the LICENSE file for details.
相關伺服器
Sefaria Jewish Library MCP Server
Provides access to Jewish texts from the Sefaria library.
GraphDB
Provides read-only access to an Ontotext GraphDB repository.
Subgraph MCP Server
Allows LLMs to interact with Subgraphs available on The Graph Network.
Firebolt
Connect your LLM to the Firebolt Data Warehouse for data querying and analysis.
Database Tools for Claude AI
Allows Claude AI to interact directly with MySQL databases.
MCP SQLite Server
A Node.js MCP server for interacting with local SQLite databases, runnable via npx.
SolanaBot
Interact with the Solana blockchain to check balances, send SOL, and airdrop SOL.
MLB SportRadar
Access MLB game data, standings, and player statistics using the SportRadar API.
Astro MCP
A modular server providing unified access to multiple astronomical datasets, including astroquery services and DESI data sources.
MCP Memory libSQL
A persistent memory system for MCP using libSQL, providing vector search and efficient knowledge storage.