MCP.so
登录

Banbury Cloud MCP Server

@Banbury-inc

关于 Banbury Cloud MCP Server

暂无概览

基本信息

分类

其他

许可证

Apache-2.0 license

运行时

node

传输方式

stdio

发布者

Banbury-inc

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

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

概览

What is Banbury Cloud MCP Server?

Banbury Cloud MCP Server is a Model Context Protocol server that provides access to Banbury's backend services for LLMs and AI applications. It supports HTTP transport for frontend integration and stdio transport for Claude Desktop.

How to use Banbury Cloud MCP Server?

Run the server using ./run-http.sh for HTTP mode (default port 3001) or ./run.sh for stdio mode. Configure environment variables like MCP_TRANSPORT, MCP_HTTP_PORT, and BANBURY_ENV. For frontend integration, set REACT_APP_MCP_SERVER_URL; for Claude Desktop, add the command to the config.

Key features of Banbury Cloud MCP Server

  • Supports HTTP and stdio transport modes.
  • Provides authentication tools like banbury-login.
  • Device management: get info, update, declare online.
  • File management: get files and scanned folders.
  • Task management: get sessions, add tasks.
  • Model management: add models to devices.

Use cases of Banbury Cloud MCP Server

  • Integrate Banbury backend services into AI-powered web applications.
  • Allow Claude Desktop to manage Banbury devices and tasks.
  • Automate device management tasks via API calls.
  • Add new tasks or models to Banbury through natural language interfaces.

FAQ from Banbury Cloud MCP Server

What runtime dependencies are required?

Requires Node.js and npm; dependencies are installed via npm install.

What transport modes are supported?

Supports HTTP (configurable port, default 3001) and stdio (stdin/stdout) for integration with Claude Desktop.

How is authentication handled?

Multiple methods with priority order: Authorization Bearer header, X-Auth-Token header, X-API-Key header, X-Username header, and request parameters (legacy).

Where does user data reside?

Data is processed via Banbury’s backend services; the server does not log or cache sensitive data.

Can I use a custom port in HTTP mode?

Yes, set the MCP_HTTP_PORT environment variable or pass the port as an argument to `run

评论

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