Skip to main content
Glama

ToolBox MCP Server

# ToolBox MCP 自动化安装指南 ## 系统要求 - Node.js v18+ - npm v9+ - MCP Inspector(可选) ## 一键安装流程 ```bash # 克隆仓库 git clone https://github.com/xiaoguomeiyitian/ToolBox.git # 安装依赖(中国用户建议使用镜像) npm install --registry=https://registry.npmmirror.com # 构建生产版本 npm run build # 验证安装 node ./build/index.js --health-check ``` ## 密钥配置 在Claude/Cline配置文件中替换以下占位符: ```json "env": { "MONGO_URI": "mongodb://user:password@host:port/db", "MONGO_INDEX_OPS": "true", "REDIS_URI": "redis://:password@host:port", "SSH_server1_URI": "username:password@host:port" } ``` 对于配置 `streamableHttp` 类型的MCP服务器,请在Cline插件中按如下方式配置当前MCP服务器: ```json { "mcpServers": { "ToolBox": { "autoApprove": [ ], "disabled": false, "timeout": 60, "type": "streamableHttp", "url": " http://localhost:3001/mcp" } } } ``` ## 安装验证 ```bash # 检查服务状态 curl -X POST http://localhost:${MCP_PORT}/health # 测试工具列表查询 cline> use_mcp_tool --server ToolBox --tool list_tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/xiaoguomeiyitian/ToolBox'

If you have feedback or need assistance with the MCP directory API, please join our Discord server