원클릭으로
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