1. consult7
Enables AI agents to consult large context window models for analyzing extensive file collections that exceed the current agent's context limits.
Consult7 is an MCP server that enables AI agents to analyze large codebases and document collections by leveraging models with massive context windows from OpenRouter, OpenAI, and Google providers.
{
"mcpServers": {
"consult7": {
"type": "stdio",
"command": "uvx",
"args": ["consult7", "openrouter", "your-api-key"]
}
}
}