-
securityA
license-
qualityA simple MCP server that can enable MCP clients to query Bluesky instances.
Last updated -
26
TypeScript
MIT License
用于与 StarRocks 数据库交互的模型控制协议 (MCP) 服务器。该服务器为 AI 模型提供了一个标准化接口,以便通过一组定义的工具查询和操作 StarRocks 数据库。
StarRocks MCP 服务器允许 AI 模型:
npm 安装@smithery/sdk @modelcontextprotocol/sdk
npx @modelcontextprotocol/inspector uv --directory ~/mcp-server-starrocks 运行 mcp-server-starrocks
--host
:StarRocks 服务器主机(必需)--port
:StarRocks 服务器端口(默认值:9030)--user
:StarRocks 用户名(必填)--database
:StarRocks 数据库名称(必需)--password
:StarRocks 密码(如果需要)--readonly
:以只读模式运行服务器(可选)该服务器提供以下工具:
read-query
:在 StarRocks 数据库上执行 SELECT 查询list-tables
:列出 StarRocks 数据库中的所有表describe-table
:描述特定表的模式write-query
:执行 INSERT、UPDATE 或 DELETE 查询create-table
:在 StarRocks 数据库中创建新表欢迎贡献代码!欢迎提交 Pull 请求。
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
该 MCP 服务器提供与 Starrocks 的连接,让您以最小的努力探索该查询引擎。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hagsmand/mcp-server-starrocks'
If you have feedback or need assistance with the MCP directory API, please join our Discord server