consult7
Verified Safeby 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
consult7 your-openrouter-api-keySecurity 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
bifrost
A high-performance AI gateway with a unified interface for multiple providers, offering real-time monitoring, configuration management, and comprehensive observability for AI infrastructure.
wanaku
A Model Context Protocol (MCP) Router that centralizes routing and resource management for AI agents, connecting them to various enterprise systems and tools via pluggable capabilities.
mcp-rubber-duck
Acts as an MCP (Model Context Protocol) server to bridge and orchestrate multiple OpenAI-compatible LLMs, enabling multi-agent collaboration (voting, judging, debates, iterative refinement) and controlled access to external MCP tools.
opensearch-mcp-server-py
Enables AI assistants to interact with OpenSearch clusters, providing a standardized interface for search, mapping, and shard management.