MCP.so
登录
X

xBase MCP Server by CData

@CDataSoftware

关于 xBase 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 xBase (beta): https://www.cdata.com/download/download.aspx?sku=BXZK-V&type=beta

基本信息

分类

其他

传输方式

stdio

发布者

CDataSoftware

提交者

Cameron Leblanc

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "{classname_dash}": {
      "command": "PATH\\TO\\java.exe",
      "args": [
        "-jar",
        "PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
        "PATH\\TO\\xbase.prp"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is xBase MCP Server by CData?

xBase MCP Server by CData is a read-only Model Context Protocol server that enables large language models (like Claude Desktop) to query live xBase data using natural language. It wraps the CData JDBC Driver for xBase, exposing xBase tables and columns as SQL models through an MCP interface.

How to use xBase MCP Server by CData?

Clone the repository, build the JAR with mvn clean install, download and license the CData JDBC Driver for xBase, create a .prp file with connection properties (Prefix, ServerName, DriverPath, DriverClass, JdbcUrl, Tables), then configure a client like Claude Desktop to run java -jar CDataMCP-jar-with-dependencies.jar <path-to>.prp. The server communicates via stdio and must run on the same machine as the client.

Key features of xBase MCP Server by CData

  • Read-only access to live xBase data
  • Natural language querying via LLMs
  • Uses the CData JDBC Driver for xBase
  • Provides tools: get_tables, get_columns, run_query
  • Simple setup with a properties file
  • MIT licensed

Use cases of xBase MCP Server by CData

  • Query xBase databases using natural language in Claude Desktop
  • Retrieve table and column metadata from xBase data sources
  • Analyze xBase data without writing SQL

FAQ from xBase MCP Server by CData

Is this MCP server read-only? Can I perform write operations?

Yes, this server is read-only. For full read, write, update, delete, and action capabilities, CData offers a separate free beta MCP Server for xBase (linked in the README).

What runtime dependencies are required?

You need Java, Maven (to build), and the CData JDBC Driver for xBase (must be installed and licensed). The driver JAR path is specified in the .prp file.

What transport does the server use?

The server uses stdio transport, so it can only be used with clients running on the same machine as the server.

How do I configure the connection to xBase?

Create a .prp file with properties: Prefix, ServerName, ServerVersion, DriverPath (full path to cdata.jdbc.xbase.jar), DriverClass (cdata.jdbc.xbase.xBaseDriver), JdbcUrl (generated using the driver's connection string utility), and Tables (leave blank for all tables).

Where can I get support and what is the license?

For connection issues, contact CData Support. For server issues, join the CData Community. This server is licensed under MIT.

评论

其他 分类下的更多 MCP 服务器