Oracle MCP Server by CData
@CDataSoftware
关于 Oracle MCP Server by CData
This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free [CData MCP Server for Oracle (beta)](https://www.cdata.com/download/download.aspx?sku=SOZK-V&type=beta).
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\oracle.prp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Oracle MCP Server by CData?
CData's read-only Model Context Protocol (MCP) server that enables LLMs like Claude Desktop to query live Oracle data using natural language. It wraps the CData JDBC Driver for Oracle and exposes the database as relational SQL models through a simple MCP interface.
How to use Oracle MCP Server by CData?
Clone the repository, build the JAR with mvn clean install, download and license the CData JDBC Driver for Oracle, create a .prp file with your JDBC connection string, then configure your MCP client (e.g., Claude Desktop's claude_desktop_config.json) to point to the JAR and .prp file. The server runs via stdio on the same machine as the client.
Key features of Oracle MCP Server by CData
- Read-only access to live Oracle data via MCP
- Natural language querying — no SQL required
- Built on the CData JDBC Driver for Oracle
- Provides
get_tables,get_columns, andrun_querytools - Open source under the MIT License
Use cases of Oracle MCP Server by CData
- Ask an LLM to analyze correlations between Oracle data fields
- Retrieve live counts of records (e.g., tickets, opportunities) from Oracle
- Explore Oracle table schemas and columns through conversational AI
FAQ from Oracle MCP Server by CData
Is this server read-only?
Yes, this server is read-only. For full create, read, update, and delete capabilities, CData offers a separate beta MCP Server for Oracle.
What dependencies are required?
You need Java, Maven, and the CData JDBC Driver for Oracle (available for download and trial licensing from CData).
What transport does the server use?
The server uses stdio transport, so it can only be used with clients running on the same machine.
How do I troubleshoot connection issues?
Verify your connection string using the CData JDBC Driver's Connection String utility, ensure the driver is properly licensed, and fully quit and restart your client (e.g., Claude Desktop) after configuration changes.
Where can I get support?
For connection issues, contact the CData Support Team. For MCP server usage or feedback, join the CData Community.
数据库 分类下的更多 MCP 服务器
mcp-server-duckdb
ktanaka101A Model Context Protocol (MCP) server implementation for DuckDB, providing database interaction capabilities
MySQL MCP Server
designcomputerA Model Context Protocol (MCP) server that enables secure interaction with MySQL databases
MongoDB Lens
furey🍃🔎 MongoDB Lens: Full Featured MCP Server for MongoDB Databases
MotherDuck's DuckDB MCP Server
motherduckdbLocal MCP server for DuckDB and MotherDuck

PostgreSQL
modelcontextprotocolModel Context Protocol Servers
评论