Apache CouchDB MCP Server by CData
@CDataSoftware
关于 Apache CouchDB MCP Server by CData
This project builds a read-only MCP server.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\apache-couchdb.prp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Apache CouchDB MCP Server by CData?
The Apache CouchDB MCP Server by CData is a read-only Model Context Protocol (MCP) server that allows LLMs (like Claude Desktop) to query live Apache CouchDB data using natural language. It wraps the CData JDBC Driver for Apache CouchDB, which exposes CouchDB data as relational SQL models.
How to use Apache CouchDB MCP Server by CData?
Clone the repository, build with mvn clean install, download and license the CData JDBC Driver for Apache CouchDB, then create a .prp file with your connection details. Finally, configure your MCP client (e.g., Claude Desktop) with the server command pointing to the generated JAR and property file.
Key features of Apache CouchDB MCP Server by CData
- Read-only access to live Apache CouchDB data.
- Natural language querying via MCP tools.
- Exposes CouchDB as SQL relational models.
- Uses stdio transport for local execution.
- Supports any client using the Model Context Protocol.
Use cases of Apache CouchDB MCP Server by CData
- Ask LLMs questions about CouchDB data, such as “What is the correlation between closed won opportunities and account industry?”
- Query ticket counts or calendar events from CouchDB without writing SQL.
- Enable AI assistants to retrieve live CouchDB information for decision support.
FAQ from Apache CouchDB MCP Server by CData
What is the difference between this server and the full CData MCP Server?
This server is read-only. For full read, write, update, delete, and action capabilities, use the free CData MCP Server for Apache CouchDB (beta).
What are the runtime requirements?
You need Java installed, the CData JDBC Driver for Apache CouchDB, and a client that supports MCP (e.g., Claude Desktop). The server runs locally.
Where does the data live?
Data remains in your Apache CouchDB instance. The server queries live data on demand; no data is stored by the server.
What are the known limitations?
The server is read-only and uses stdio transport, so it can only be used with clients running on the same machine. Full CRUD requires the beta product.
What transport and authentication are used?
Transport is stdio. Authentication is configured via the JDBC connection string (e.g., OAuth, token, or credentials).
其他 分类下的更多 MCP 服务器
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
评论