← Back to Plugins
MCP Server MCP

io.github.krutftw/fetchmux

github By github 👁 1 views ▲ 0 votes

Self-hosted retrieval router for AI agents: budgets, provider routing, route receipts.

Homepage Verified source GitHub

Install

npx -y @fetchmux/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@fetchmux/mcp",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the self-hosted FetchMux gateway.",
          "format": "string",
          "default": "http://127.0.0.1:8787/",
          "name": "FETCHMUX_BASE_URL"
        },
        {
          "description": "Bearer key for the gateway's protected routes.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "FETCHMUX_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...