What problem does it solve?
Managing MCP servers and their exposed tools usually means juggling discovery registries, config files, and interactive auth flows, so mcporter centralizes discovery, configuration, authentication, and invocation into a single command-line workflow.
Core Features & Use Cases
- Unified discovery and listing of MCP servers across installed clients plus ad-hoc HTTP or stdio endpoints so you immediately see all reachable tools without manual config edits.
- Credential and config management that lets you run oauth flows, inspect and edit stored values, import settings, and manage a daemon for persistent connections while still using the same CLI.
- Use case: while building a vertical agent you can call a tool such as linear.list_issues with filters, then emit a CLI wrapper or generate TypeScript types for automation pipelines.
Quick Start
Manage your MCP workflow by using mcporter to list configured servers and then invoking linear.list_issues with team=ENG and limit=5 filters to exercise a tool.