Sybase IQ MCP Server by CData
@CDataSoftware
About Sybase IQ 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 Sybase IQ (beta): https://www.cdata.com/download/download.aspx?sku=GYZK-V&type=beta
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\sybase-iq.prp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Sybase IQ MCP Server by CData?
Sybase IQ MCP Server by CData is a read-only MCP (Model Context Protocol) server that allows LLMs like Claude Desktop to query live Sybase IQ data using natural language. It wraps the CData JDBC Driver for Sybase IQ, which exposes the source as relational SQL models, and makes that data available through a simple MCP interface.
How to use Sybase IQ MCP Server by CData?
Clone the repository, build the JAR with Maven (mvn clean install), download and license the CData JDBC Driver for Sybase IQ, configure the connection string, then create a .prp file with properties like JdbcUrl, DriverPath, and Prefix. Add the server to your Claude Desktop config file (claude_desktop_config.json), specifying the Java command and paths to the JAR and .prp file. The server uses stdio transport and must run on the same machine as the client.
Key features of Sybase IQ MCP Server by CData
- Read-only access to live Sybase IQ data
- Natural language queries – no SQL required
- Built on the CData JDBC Driver for Sybase IQ
- Provides three tools:
get_tables,get_columns,run_query - Output returned in CSV format
Use cases of Sybase IQ MCP Server by CData
- Allow AI assistants to answer questions about Sybase IQ data
- Explore Sybase IQ database schemas without writing SQL
- Retrieve specific data rows or aggregations via conversational prompts
- Integrate with Claude Desktop for ad‑hoc data analysis
FAQ from Sybase IQ MCP Server by CData
Is this server read-only?
Yes. This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities, CData offers a free MCP Server for Sybase IQ (beta) with simplified setup.
What are the runtime requirements?
You need Java (to run the JAR), Maven (to build), and the CData JDBC Driver for Sybase IQ, which must be installed and licensed.
How is authentication handled?
The JDBC connection string can include OAuth parameters (e.g., InitiateOAuth=GETANDREFRESH). The connection string utility may require browser-based authentication for OAuth data sources.
What transport protocol does the server use?
The server uses stdio transport, so it can only be used with clients that run on the same machine as the server.
Where can I get support?
For connectivity issues, contact the CData Support Team. For MCP server‑specific feedback, join the CData Community.
Frequently asked questions
Is this server read-only?
Yes. This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities, CData offers a free MCP Server for Sybase IQ (beta) with simplified setup.
What are the runtime requirements?
You need Java (to run the JAR), Maven (to build), and the CData JDBC Driver for Sybase IQ, which must be installed and licensed.
How is authentication handled?
The JDBC connection string can include OAuth parameters (e.g., `InitiateOAuth=GETANDREFRESH`). The connection string utility may require browser-based authentication for OAuth data sources.
What transport protocol does the server use?
The server uses `stdio` transport, so it can only be used with clients that run on the same machine as the server.
Where can I get support?
For connectivity issues, contact the CData Support Team. For MCP server‑specific feedback, join the CData Community.
Basic information
More Other MCP servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Comments