用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ruiyongwang/dlh --skill mcporter命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | mcporter |
| name_en | mcporter |
| description | 管理和调用 MCP 服务器与工具。使用 mcporter CLI 直接列出、配置、认证和调用 MCP 服务器/工具,支持 HTTP 或 stdio 方式,包括临时服务器、配置编辑和 CLI/type 生成。 |
| description_en | MCP server and tool management skill. Use mcporter CLI to list, configure, authenticate, and call MCP servers/tools directly. Supports HTTP and stdio modes, including ad-hoc servers, config editing, and CLI/type generation. |
| version | 1 |
| author | 度量衡智库 |
| author_en | Duliangheng Think Tank |
| category | tools |
| category_en | Developer Tools |
Use mcporter to work with MCP servers directly.
Quick start
mcporter listmcporter list <server> --schemamcporter call <server.tool> key=valueCall tools
mcporter call linear.list_issues team=ENG limit:5mcporter call "linear.create_issue(title: \"Bug\")"mcporter call https://api.example.com/mcp.fetch url:https://example.commcporter call --stdio "bun run ./server.ts" scrape url=https://example.commcporter call <server.tool> --args '{"limit":5}'Auth + config
mcporter auth <server | url> [--reset]mcporter config list|get|add|remove|import|login|logoutDaemon
mcporter daemon start|status|stop|restartCodegen
mcporter generate-cli --server <name> or --command <url>mcporter inspect-cli <path> [--json]mcporter emit-ts <server> --mode client|typesNotes
./config/mcporter.json (override with --config).--output json for machine-readable results.基于 SOC 职业分类