一键导入
mcporter
Use the mcporter CLI to list, configure, and call MCP servers/tools directly from the command line.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use the mcporter CLI to list, configure, and call MCP servers/tools directly from the command line.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Publish packages to registries (npm, PyPI, crates.io, Docker, etc.). Auto-detects project type or defers to project-specific instructions. Handles versioning, changelog, tests, publish, and git tags. Supports environment targets (preprod, prod). Triggers on: release, publish, ship, cut a release, deploy to prod.
Manage named bundles of environment variables backed by macOS Keychain. Create bundles, add secrets, and inject them into agent runs. Use this skill when working with credentials, API keys, or sensitive configuration.
Drive a browser to automate websites — fill forms, click buttons, take screenshots, scrape pages. Uses the built-in `browser` command (or `agents browser`).
Manage AI coding agent CLIs with agents-cli. Triggers on: 'agents add', 'agents use', 'agents pull', 'agents push', installing agent versions, syncing agent config, switching between agent versions, managing MCP servers, or when user mentions the agents-cli tool.
基于 SOC 职业分类
| name | mcporter |
| description | Use the mcporter CLI to list, configure, and call MCP servers/tools directly from the command line. |
Use the mcporter CLI to list, configure, and call MCP servers/tools directly from the command line.
# List all configured MCP servers
mcporter list
# List with tool schemas
mcporter list --schema
# JSON output
mcporter list --json
# List tools for a specific server
mcporter list <server-name> --schema
# Call a tool: mcporter call <server>.<tool> key=value ...
mcporter call <server>.<tool> key=value ...
mcporter call <server>.Tasks
# View config
mcporter config list
# Add a server
mcporter config add <name> --command <cmd> --args <args...>
# Remove a server
mcporter config remove <name>
Note: For spawning parallel agents, use
agents teamsinstead of MCP servers. See theteamsskill for details.
~/.mcporter/mcporter.json — global config with server definitions.
npm install -g mcporter