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.
関連サーバー
dbt
Official MCP server for dbt (data build tool) providing integration with dbt Core/Cloud CLI, project metadata discovery, model information, and semantic layer querying capabilities.
Space Frontiers
Interfaces with the Space Frontiers API, enabling language models to interact with its data sources.
ClickHouse Cloud & On-Prem
A server for managing ClickHouse databases and ClickHouse Cloud services.
Database Tools for Claude AI
Allows Claude AI to interact directly with MySQL databases.
Azure Data Explorer
An MCP server for integrating with Azure Data Explorer, allowing for data querying and management.
MS SQL MCP Server
A bridge for AI assistants to directly query and explore Microsoft SQL Server databases.
PostgreSQL MCP Server
A server for managing PostgreSQL databases, enabling comprehensive database operations.
MSSQL MCP Server
Connect to and interact with Microsoft SQL Server databases.
Microsoft SQL Server
A server for secure interaction with Microsoft SQL Server databases using environment variables for configuration.
MongoDB Mongoose MCP
An MCP server for MongoDB with optional Mongoose schema support.