Server Config
{
"mcpServers": {
"consult7": {
"command": "uvx",
"args": [
"consult7",
"--api-key",
"your-api-key",
"--provider",
"openrouter",
"--model",
"google/gemini-2.5-pro-preview",
"--context",
"1M"
]
}
}
}