IBM Informix MCP Server by CData
@CDataSoftware
IBM Informix 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 Informix (beta)](https://www.cdata.com/download/download.aspx?sku=JIZK-V&type=beta).
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\ibm-informix.prp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is IBM Informix MCP Server by CData?
IBM Informix MCP Server by CData is a read-only Model Context Protocol (MCP) server that allows LLMs like Claude Desktop to query live IBM Informix data using natural language, powered by the CData JDBC Driver for IBM Informix.
How to use IBM Informix MCP Server by CData?
Clone the repository, build with mvn clean install, install the CData JDBC Driver, license it, create a .prp file with the JDBC connection string, and configure Claude Desktop by adding the server to claude_desktop_config.json. Run the server with java -jar CDataMCP-jar-with-dependencies.jar <path-to>.prp.
Key features of IBM Informix MCP Server by CData
- Provides read-only SQL query access to IBM Informix via MCP.
- Exposes tables, columns, and query execution as MCP tools.
- Uses
stdiotransport for local client-server communication. - Built on the CData JDBC Driver for IBM Informix.
- Supports natural language queries through AI clients.
Use cases of IBM Informix MCP Server by CData
- Query live IBM Informix data with natural language in Claude Desktop.
- Retrieve table schemas and run SELECT queries without writing SQL.
- Integrate IBM Informix into AI-driven analytics workflows.
FAQ from IBM Informix MCP Server by CData
Is IBM Informix MCP Server by CData read-only?
Yes, this project builds a read-only MCP server. For full read, write, update, delete, and action capabilities, check out the free CData MCP Server for IBM Informix (beta).
What are the runtime dependencies?
Java (to run the JAR), the CData JDBC Driver for IBM Informix (licensed), and an AI client that supports MCP (e.g., Claude Desktop). No additional databases or services are required.
Where does the data actually reside?
The data remains in the IBM Informix database. The server queries that data live through the CData JDBC Driver; it does not copy or cache data locally.
How does authentication work?
Authentication is configured within the JDBC connection string (e.g., OAuth, username/password) using the CData JDBC Driver’s Connection String utility. The driver handles the credentials.
Are there any transport or deployment limitations?
Yes. The server uses stdio transport, so it can only run on the same machine as the AI client (e.g., Claude Desktop). It does not support remote or network-based connections.
「その他」の他のコンテンツ
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
コメント