pi-mulerouter

MuleRouter provider for Pi — auto-discovers LLM models via the MuleRouter API

Packages

Package details

extension

Install pi-mulerouter from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:pi-mulerouter
Package
pi-mulerouter
Version
0.1.0
Published
Jun 14, 2026
Downloads
not available
Author
jarkkojs
License
MIT
Types
extension
Size
15.5 KB
Dependencies
0 dependencies · 0 peers
Pi manifest JSON
{
  "extensions": [
    "./src/index.ts"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

pi-mulerouter

MuleRouter provider for Pi.

Install

pi install npm:pi-mulerouter

Setup

  1. Get an API key from MuleRouter

  2. Set the environment variable:

    export MULEROUTER_API_KEY="your-api-key"

  3. Or configure interactively via /login in Pi:

    /login

Finally, select MuleRouter, and an API key when prompted.

  1. Restart Pi (or run /reload)

Models

Once installed and configured, MuleRouter models are auto-discovered and appear in Pi's model selector.

License

pi-mulerouter is licensed under MIT. See LICENSE for more information.