fetchmux for Cursor
io.github.krutftw/fetchmux
Self-hosted retrieval router for AI agents: budgets, provider routing, route receipts.
client:Cursor
transport:stdio
runtime:npm
Install fetchmux in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"fetchmux": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@fetchmux/mcp"
],
"env": {
"FETCHMUX_BASE_URL": "<FETCHMUX_BASE_URL>",
"FETCHMUX_API_KEY": "<FETCHMUX_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs