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).

コメント

「その他」の他のコンテンツ