一键导入
mcporter
MCP CLI — list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
MCP CLI — list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Code architecture design with web-informed debate between Architect and Reviewer agents — produces ASCII diagrams, justified stack, patterns (SOLID/DDD/CQRS), phased implementation plan.
Multi-turn brainstorming session with RAG, domain profiles (code/tech/btp/cyber/finance), Claude Opus or local Qwen3.5 backend.
CSV analysis via 2-pass SOTA orchestrator (score 54/55 on 7 CSVs). Statistics, data profiling, visualizations, insights.
Multi-perspective reasoning (advocate/critic/synthesizer). Three modes - general, --code for architecture decisions, --medical for EBM clinical analysis.
Deep reflection with web search — Brave/Perplexica pipeline fed into Qwen3.5-35B thinking mode for grounded, well-reasoned answers.
Threat intelligence analysis of IoCs (IPs, domains, hashes, URLs) via CyberBro (33 engines including Shodan/AbuseIPDB/VirusTotal) + Brave Search enrichment.
| name | mcporter |
| description | MCP CLI — list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation. |
| trigger_patterns | ["mcporter","mcp server","call tool","list mcp","mcp daemon"] |
| tools_required | ["exec","mcporter_cli"] |
| examples | ["mcporter list","mcporter list linear --schema","mcporter call linear.list_issues team=ENG limit:5","mcporter auth notion","mcporter daemon status"] |
| homepage | http://mcporter.dev |
| install | [{"kind":"node","package":"mcporter","bins":["mcporter"]}] |
| execution | {"command":"mcporter $args","timeout_ms":120000,"arg_mode":"raw"} |
Utiliser mcporter pour travailler avec les serveurs MCP directement.
mcporter list — liste les serveurs MCP configurésmcporter list <server> --schema — schéma d'un serveurmcporter call <server.tool> key=value — appel direct d'un toolmcporter 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}'mcporter auth <server | url> [--reset]mcporter config list|get|add|remove|import|login|logoutmcporter daemon start|status|stop|restartmcporter generate-cli --server <name> ou --command <url>mcporter inspect-cli <path> [--json]mcporter emit-ts <server> --mode client|types./config/mcporter.json (override with --config).--output json for machine-readable results.