autorouter for Cline
io.github.webb-ventures/autorouter
An MCP capability router: one search tool instead of every server's tool schema.
client:Cline
transport:stdio
runtime:npm
Install autorouter in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"autorouter": {
"command": "npx",
"args": [
"-y",
"autorouter-mcp"
],
"env": {
"AUTOROUTER_CONFIG": "<AUTOROUTER_CONFIG>",
"AUTOROUTER_IMPORT": "<AUTOROUTER_IMPORT>",
"AUTOROUTER_SELECTOR_MODE": "<AUTOROUTER_SELECTOR_MODE>",
"AUTOROUTER_SELECTOR_MODEL": "<AUTOROUTER_SELECTOR_MODEL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs