model-routing
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MR_AUX_A | No | Aux config dir A; B resolves to the one whose account differs from the session's. | ~/.claude-a |
| MR_AUX_B | No | Aux config dir B; B resolves to the one whose account differs from the session's. | ~/.claude-b |
| MR_CRED_A | No | Lane A credentials (read, never refreshed by the plugin). | ~/.claude/.credentials.json |
| MR_CRED_B | No | Lane B credentials (refreshed under a lockfile). | <B config dir>/.credentials.json |
| MR_DB_PATH | No | The SQLite matrix and duel ledger (WAL mode). | <data dir>/mr.db |
| MR_DATA_DIR | No | Data directory. | ~/.local/share/model-routing |
| MR_A_PROJECTS | No | Session files used as proof-of-run for lane A. | ~/.claude/projects |
| MR_B_PROJECTS | No | Session files used as proof-of-run for lane B. | <B config dir>/projects |
| MR_MAIN_CONFIG | No | The session account's config (account uuid). | ~/.claude.json |
| MR_REPORTS_DIR | No | Session duel reports. | <plugin root>/Session reports |
| MR_B_CONFIG_DIR | No | Pins lane B's config dir explicitly. | resolved from the aux dirs |
| MR_CODEX_SESSIONS | No | Codex rollouts used as proof-of-run. | ~/.codex/sessions |
| MR_OAUTH_CLIENT_ID | No | OAuth client id used for lane B token refresh. | Claude Code's public client id |
| MR_OAUTH_TOKEN_URL | No | OAuth token URL used for lane B token refresh. | Anthropic's OAuth endpoint |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues