بنقرة واحدة
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