JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 327
  • Score
    100M100P100Q90328F
  • License ISC

CLI for MCP Router - connect to an MCP HTTP server

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mcpr-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    mcpr-cli

    Command-line interface for the MCP Router - connect to a running MCP HTTP server via the command line.

    Are you new here?

    If you're new to MCP Router:

    1. First, download and install the MCP Router application from our website
    2. Start the MCP Router application and ensure it's running properly
    3. Then, usually this cli is installed as part of the MCP Router installation, but if you want to install it separately, you can do so using npm

    Installation

    npm install -g mcpr-cli

    Usage

    # Connect to a local MCP HTTP server (default: localhost:3282)
    mcpr connect
    
    # Display help
    mcpr help

    License

    ISC