Back to Home
szeider icon

consult7

Verified Safe

by szeider

Overview

Consult7 is an MCP server enabling AI agents to analyze extensive file collections (like codebases) using large context window models via OpenRouter, exceeding typical agent context limits.

Installation

Run Command
consult7 your-openrouter-api-key

Security Notes

The codebase is well-structured and follows good security practices. It does not use `eval` or exhibit obfuscation. API keys are passed as command-line arguments, not hardcoded. Network requests use `httpx` with proper timeouts and client identification headers. File system access is inherent to its functionality, requiring absolute paths and allowing wildcards only in filenames. It includes a `DEFAULT_IGNORED` list for common sensitive files/directories (e.g., `.env`, `.git`, `secrets.py`). Output file saving handles conflicts by adding an `_updated` suffix. The primary 'risk' is the inherent capability to read arbitrary user-specified files, assuming the calling agent/user is trusted.

Similar Servers

Stats

Interest Score85
Security Score9
Cost ClassHigh
Avg Tokens200000
Stars271
Forks28
Last Update2025-11-25

Tags

MCP ServerAI Agent ToolFile AnalysisLarge Context LLMOpenRouter