MCP.so
ログイン

Consult7

@szeider

Consult7 について

Consult7 allows your agent to leverage models with massive context windows to analyze large codebases/ document collections

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

szeider

投稿者

Stefan Szeider

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Consult7?

Consult7 is a Model Context Protocol (MCP) server that enables AI agents to consult large context window models for analyzing extensive file collections—such as entire codebases or document repositories—that exceed the agent’s own context limits. It supports Openrouter, OpenAI, and Google providers and is designed for users of AI agents with limited context windows, like Claude.

How to use Consult7?

Key features of Consult7

  • Leverages large context window models for analysis
  • Supports Openrouter, OpenAI, and Google providers
  • Handles extensive codebases, documents, or mixed content
  • Integrates with AI agents via the Model Context Protocol
  • Designed to overcome agent context limits (e.g., 200K tokens)

Use cases of Consult7

  • Analyzing a full codebase in one query beyond the agent’s context limit
  • Reviewing large document repositories that would otherwise be split
  • Combining heterogeneous files (code + docs) for unified analysis
  • Offloading context-heavy tasks to a model with a larger window

FAQ from Consult7

What does Consult7 do exactly?

It lets an AI agent send an extensive collection of files to a supported model with a large context window, getting an analysis that would be impossible within the agent’s own limited context.

Which model providers does Consult7 support?

Consult7 works with models available on Openrouter, OpenAI, and Google AI (Google Gemini, etc.).

Who should use Consult7?

Anyone working with AI agents that have a limited context window, especially Claude Code users, who need to analyze large codebases or document sets in a single operation.

コメント

「その他」の他のコンテンツ