Highrise MCP Server by CData
@CDataSoftware
Highrise 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 Highrise (beta): https://www.cdata.com/download/download.aspx?sku=BHZK-VZK-V&type=beta
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\highrise.prp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Highrise MCP Server by CData?
Highrise MCP Server by CData is a read-only Model Context Protocol (MCP) server that enables LLMs (like Claude Desktop) to query live Highrise data using natural language. It wraps the CData JDBC Driver for Highrise, exposing Highrise data as relational SQL models accessible through MCP tools.
How to use Highrise MCP Server by CData?
Clone the repository, build with mvn clean install, download and license the CData JDBC Driver for Highrise, and configure a .prp file with connection details. Then configure your MCP client (e.g., Claude Desktop) to launch the JAR with the .prp file. The server uses stdio transport and runs locally alongside the client.
Key features of Highrise MCP Server by CData?
- Read-only MCP server for live Highrise data
- Query via natural language, no SQL required
- Uses CData JDBC Driver for Highrise
- Provides tools: get_tables, get_columns, run_query
- Uses stdio transport for local clients
- MIT licensed
Use cases of Highrise MCP Server by CData?
- Query correlations between closed won opportunities and account industry
- Retrieve number of open support tickets in a project
- Ask about calendar events for today
- Explore available tables and columns in Highrise
- Integrate Highrise data into AI-powered chat assistants
FAQ from Highrise MCP Server by CData
Is this 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 Highrise (beta).
What are the system requirements?
Java (to run the JAR), Maven (to build), and the CData JDBC Driver for Highrise (requires a license – trial available). The server runs on the same machine as the client (stdio transport).
How do I connect to Highrise?
Use the JDBC Connection String utility (included with the driver) to configure OAuth or other connection settings. Copy the connection string into the .prp file.
What tools does the server expose?
It exposes {prefix}_get_tables, {prefix}_get_columns, and `
「その他」の他のコンテンツ
ICSS
chokcoco不止于 CSS
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
🚀 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,
コメント