- Consult7
Consult7
Consult7 MCP Server
Consult7 is a Model Context Protocol (MCP) server that enables AI agents to consult large context window models for analyzing extensive file collections - entire codebases, document repositories, or mixed content that exceed the current agent's context limits. Supports providers Openrouter, OpenAI, and Google.
Why Consult7?
When working with AI agents that have limited context windows (like Claude with 200K tokens), Consult7 allows them to leverage models with massive context windows to analyze large codebases or document collections that would otherwise be impossible to process in a single query.
"For Claude Code users, Consult7 is a game changer."
Consults any model on Openrouter, OpenAI, or Google AI.
Server Config
{
"mcpServers": {
"consult7": {
"command": "uvx",
"args": [
"consult7",
"--api-key",
"your-api-key",
"--provider",
"openrouter",
"--model",
"google/gemini-2.5-pro-preview",
"--context",
"1M"
]
}
}
}