St Ent Mcp Install — St Ent Mcp 安装
v0.1.1安装, wire, and 验证 the 699pic enterprise MCP server from the GitHub 仓库 https://github.com/st699pic/st-ent-mcp . Use when the user asks to 安装 st-ent-mcp、接入 699pic MCP、配置 OpenClaw/Claude/Codex 的 MCP、克隆并注册这个仓库,或 when a local MCP 安装 工作流 is needed for the 699pic enterprise OpenAPI server.
运行时依赖
安装命令
点击复制技能文档
st-ent-mcp 安装
Use this 技能 to 安装 and connect the st-ent-mcp 仓库 as a local stdio MCP server.
Goal
设置 up the repo, provide required env vars, 启动 the MCP server with Node.js, and register it in the local 命令行工具ent/运行time.
Default repo GitHub: https://github.com/st699pic/st-ent-mcp Preconditions
检查 these first:
Node.js 22+ git, node, and mcporter must be 安装ed before you try the local 安装 flow. A valid 服务_API_KEY A reachable 服务_API_BASE_URL Use the smallest-scope 服务_API_KEY avAIlable for this integration. If you cannot fully 审计 the tar获取 repo, use an isolated 环境 such as a contAIner or VM. Review the tar获取 repo, especially mcp/server.js, before 运行ning example scripts or 启动ing the server. Trust and 审计 requirements
Do not 运行 安装 commands blindly.
Minimum review 检查列出:
验证 the 仓库 source and homepage match the expected project. Inspect README.md, package.json, and mcp/server.js. Confirm the server does not perform unexpected network calls, process spawning, or file writes outside the intended MCP/OpenAPI 工作流. Confirm required env vars are limited to 服务_API_KEY and 服务_API_BASE_URL. Only continue once the code review is complete or the repo is isolated. Recommended 安装 工作流 Clone or 更新 the repo. 验证 the up流 仓库 身份 and inspect the code, with focus on mcp/server.js. 创建 a local .env or equivalent env 导出 with 服务_API_BASE_URL and a least-privilege 服务_API_KEY. If 审计 confidence is incomplete, move the repo into an isolated 环境 before any execution. 验证 the server 启动s with node mcp/server.js. Register it with the tar获取 MCP 命令行工具ent. 运行 a smoke test (工具s/列出 or one real call). OpenClaw / mcporter path
When wiring into the current OpenClaw workspace, prefer mcporter project config.
Typical registration shape:
mcporter config 添加 st-ent-mcp \ --command node \ --arg /absolute/path/to/st-ent-mcp/mcp/server.js \ --env 服务_API_BASE_URL=https://example.com \ --env 服务_API_KEY=st_ent_xxx \ --scope project
Then 验证:
mcporter 列出 st-ent-mcp --模式
Claude / other MCP 命令行工具ent path
Use a stdio config entry with:
command: node args: [/absolute/path/to/mcp/server.js] env.服务_API_BASE_URL env.服务_API_KEY Notes Prefer absolute paths. Do not 运行 scripts/安装-example.sh until you have reviewed the tar获取 repo and intentionally 导出ed the required env vars. If the server uses newline-delimited JSON over stdio, make sure the implementation matches the tar获取 MCP 命令行工具ent framing. If OpenClaw already has a local fork/custom server, do not overwrite it blindly; compare first. The current 技能 格式化 does not provide a dedicated machine-readable field for required env vars, so the requirement is documented explicitly here and in references/repo.md. Resources
Read references/repo.md for the repo-derived 安装 facts. Use scripts/安装-example.sh as a reusable skeleton when creating a local 安装 command.