MCP.so
登录
S

SAP Sybase MCP Server by CData

@CDataSoftware

关于 SAP Sybase 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 SAP Sybase (beta)](https://www.cdata.com/download/download.aspx?sku=OYZK-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\\sap-sybase.prp"
      ]
    }
  }
}

工具

未检测到工具

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

概览

What is SAP Sybase MCP Server by CData?

The SAP Sybase MCP Server by CData is a read-only MCP server that allows LLMs like Claude Desktop to query live SAP Sybase data using natural language, powered by the CData JDBC Driver for SAP Sybase.

How to use SAP Sybase MCP Server by CData?

Clone the repository, build with Maven, install and license the CData JDBC Driver for SAP Sybase, create a .prp file with your JDBC connection string, then configure Claude Desktop’s mcpServers to run the JAR file with the .prp file as an argument.

Key features of SAP Sybase MCP Server by CData

  • Read-only access to SAP Sybase data via MCP.
  • No SQL required – queries via natural language.
  • Exposes tables and columns as MCP tools.
  • Supports SQL SELECT queries through a run_query tool.
  • Uses stdio transport for local client communication.

Use cases of SAP Sybase MCP Server by CData

  • Ask an LLM about correlations between opportunities and account industry.
  • Retrieve counts of open tickets in a project.
  • Query calendar events for the current day.
  • Explore available tables and columns in SAP Sybase.

FAQ from SAP Sybase MCP Server by CData

Is this server read-only?

Yes, this MCP server is read-only. For full read, write, update, and delete capabilities, check out the CData MCP Server for SAP Sybase (beta).

What transport does the server use?

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

How do I resolve "cannot see MCP server in Claude Desktop"?

Fully quit Claude Desktop (using Task Manager on Windows or Activity Monitor on Mac) and re-open it.

What tools are available?

The server provides tools to list tables ({servername}_get_tables), list columns ({servername}_get_columns), and execute SQL SELECT queries ({servername}_run_query).

评论

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