SingleStore MCP Server by CData
@CDataSoftware
关于 SingleStore 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 SingleStore (beta): https://www.cdata.com/download/download.aspx?sku=JMZK-V&type=beta
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\singlestore.prp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is SingleStore MCP Server by CData?
SingleStore MCP Server by CData is a read-only Model Context Protocol server that lets LLMs like Claude Desktop query live data in SingleStore using natural language. It wraps the CData JDBC Driver for SingleStore, exposing the database as relational SQL models through a simple MCP interface.
How to use SingleStore MCP Server by CData?
Clone the repository, build with mvn clean install, download and license the CData JDBC Driver for SingleStore, and create a .prp file with the connection properties. Configure Claude Desktop by adding the server to claude_desktop_config.json with the path to Java, the JAR, and the .prp file. Run java -jar CDataMCP-jar-with-dependencies.jar <path>.prp to start the server.
Key features of SingleStore MCP Server by CData
- Read-only access to SingleStore data via natural language queries
- Exposes tools:
get_tables,get_columns, andrun_query(SQL SELECT) - Uses
stdiotransport – runs on the same machine as the client - Built on CData JDBC Driver for SingleStore
- Supports all tables in the data source by default unless filtered
- MIT licensed
Use cases of SingleStore MCP Server by CData
- Query live SingleStore data without writing SQL
- Analyze business metrics (e.g., "How many open tickets do I have?")
- Explore database schema through natural language
- Integrate SingleStore insights into AI chat applications
FAQ from SingleStore MCP Server by CData
Is the server read-only?
Yes. This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities, see the free CData MCP Server for SingleStore (beta).
What dependencies are required?
Java, Maven (to build), and the CData JDBC Driver for SingleStore (must be downloaded and licensed separately).
Where does the data live?
Data remains in the SingleStore instance. The server queries it live over the JDBC connection.
What transport protocol does it use?
The server uses stdio, so it can only be used with clients that run on the same machine.
How is authentication handled?
Authentication is configured through the CData JDBC Driver’s connection string utility. OAuth flows can be triggered if the data source requires it.
其他 分类下的更多 MCP 服务器
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.

EverArt
modelcontextprotocolModel Context Protocol Servers
评论