IBM DB2 MCP Server by CData
@CDataSoftware
关于 IBM DB2 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 IBM DB2 (beta)](https://www.cdata.com/download/download.aspx?sku=EDZK-V&type=beta).
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\ibm-db2.prp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is IBM DB2 MCP Server by CData?
The IBM DB2 MCP Server by CData is a read-only MCP (Model Context Protocol) server that allows LLMs like Claude Desktop to query live IBM DB2 data using natural language. It wraps the CData JDBC Driver for IBM DB2, exposing the database as relational SQL models through a simple MCP interface.
How to use IBM DB2 MCP Server by CData?
Clone the repository, build the JAR with mvn clean install, download and license the CData JDBC Driver for IBM DB2, create a .prp file with your JDBC connection string, and configure Claude Desktop (or another client) by adding the server to claude_desktop_config.json. The server runs via java -jar CDataMCP-jar-with-dependencies.jar <path-to>.prp and communicates over stdio, so it must run on the same machine as the client.
Key features of IBM DB2 MCP Server by CData
- Read-only access to IBM DB2 data
- Natural language querying with no SQL required
- Built on the CData JDBC Driver for IBM DB2
- Exposes three tools: get_tables, get_columns, run_query
- Uses stdio transport (same-machine client only)
- Configurable via a simple .prp file
Use cases of IBM DB2 MCP Server by CData
- Ask LLMs about live IBM DB2 data in natural language
- Retrieve table schemas and column metadata from IBM DB2
- Execute read-only SQL queries via an AI assistant
- Enable conversational data exploration without writing SQL
FAQ from IBM DB2 MCP Server by CData
Is this server read-only or read-write?
This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities, CData offers a separate beta MCP Server for IBM DB2.
What are the runtime requirements?
You need Java, Maven (to build), and the CData JDBC Driver for IBM DB2 (which must be downloaded and licensed separately).
How do I connect to IBM DB2?
Create a .prp file with properties including Prefix, ServerName, DriverPath, DriverClass, and JdbcUrl (obtained from the CData JDBC Driver's connection string utility). The driver supports OAuth where needed.
What transport does this server use?
The server uses stdio transport, so it can only be used with clients that run on the same machine as the server.
What tools are exposed by the server?
The server exposes three tools: {servername}_get_tables, {servername}_get_columns, and {servername}_run_query. The servername prefix is configured in the .prp file.
其他 分类下的更多 MCP 服务器
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
评论