MCP Server
MCP
io.github.krutftw/fetchmux
Self-hosted retrieval router for AI agents: budgets, provider routing, route receipts.
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
By
Comments
Sign in to leave a comment