box-mcp-server-by-cdata
0
CData's MCP Server for Box is a read-only server that allows LLMs to query Box data using natural language without the need for SQL. It integrates with the CData JDBC Driver for Box to provide a seamless data model interface.
CData's Model Context Protocol (MCP) Server for Box
- A read-only MCP Server allowing LLMs to query live Box data through a simple interface.
- Utilizes the CData JDBC Driver for Box to expose data as relational SQL models.
- Designed for natural language queries without the need for SQL.
Setup Guide
- Clone the repository and build the server.
- Download and install CData JDBC Driver for Box.
- License the JDBC Driver and configure the connection.
- Create a
.prp
file for your JDBC connection.
Usage Details
- AI client can read, write, update, and delete data via natural language.
- Available tools:
{servername}_get_tables
,{servername}_get_columns
,{servername}_run_query
.
Using with Claude Desktop
- Configure
claude_desktop_config.json
to connect with the MCP server. - Run or refresh your client to see updates.
Troubleshooting
- Ensure proper configuration of Claude Desktop and the CData MCP Server.
- Contact CData Support for additional help.