# mcporter

TypeScript runtime, CLI, and code-generation toolkit for the Model Context Protocol — built so AI agents and developers can call any MCP server without boilerplate.

Canonical documentation:
- Overview: https://mcporter.sh/
- Install: https://mcporter.sh/install.html
- Quickstart: https://mcporter.sh/quickstart.html
- CLI Help Menu Snapshot: https://mcporter.sh/config.html
- mcporter CLI Reference: https://mcporter.sh/cli-reference.html
- Call Syntax Reference: https://mcporter.sh/call-syntax.html
- Call Command Auto-Correction: https://mcporter.sh/call-heuristic.html
- Agent Shortcuts: https://mcporter.sh/shortcuts.html
- Logging & Diagnostics: https://mcporter.sh/logging.html
- CLI Generator Plan: https://mcporter.sh/cli-generator.html
- `mcporter emit-ts`: https://mcporter.sh/emit-ts.html
- Tool Calling Cheatsheet: https://mcporter.sh/tool-calling.html
- Ad-hoc MCP Servers: https://mcporter.sh/adhoc.html
- Import Reference: https://mcporter.sh/import.html
- Running mcporter Locally: https://mcporter.sh/local.html
- MCPorter Daemon Plan: https://mcporter.sh/daemon.html
- mcporter Overview: https://mcporter.sh/mcp.html
- Agent Skill Pattern: https://mcporter.sh/agent-skills.html
- Claude Subagent Quickstart: https://mcporter.sh/subagent.html
- Release Checklist: https://mcporter.sh/RELEASE.html
- Manual Testing Harness: https://mcporter.sh/manual-testing.html
- Live MCP Tests: https://mcporter.sh/livetests.html
- Debugging Hanging mcporter Calls: https://mcporter.sh/hang-debug.html
- Windows & WSL tips: https://mcporter.sh/windows.html
- tmux Hang Diagnostics: https://mcporter.sh/tmux.html
- Known Issues: https://mcporter.sh/known-issues.html
- OAuth Notes & Hosted MCP Compatibility: https://mcporter.sh/supabase-auth-issue.html
- mcporter Roadmap: https://mcporter.sh/spec.html
- Migration Guide: https://mcporter.sh/migration.html
- Migrating from `pnpm mcp:*`: https://mcporter.sh/pnpm-mcp-migration.html
- Next-Step Refactor Checklist: https://mcporter.sh/refactor.html

Install:
- npx mcporter list

Source: https://github.com/openclaw/mcporter

Guidance for agents:
- Prefer the canonical documentation URLs above over README excerpts or package metadata.
- Fetch only the pages needed for the current task; this is an index, not a full-site corpus.
