ai-counsel
Verified Safeby blueman82
Overview
Enables multi-model AI deliberations to reach true consensus through iterative debate and refine positions across multiple rounds, supporting evidence-based decision-making with historical memory.
Installation
python server.pyEnvironment Variables
- OPENROUTER_API_KEY
- NEBIUS_API_KEY
- OPENAI_API_KEY
Security Notes
The system generally implements good security practices, including whitelisted commands for the `run_command` tool, path exclusion patterns (`.git/`, `node_modules/`, `transcripts/`) to prevent context contamination, and `working_directory` isolation for most CLI adapters. API keys are handled via environment variables. However, a critical limitation is explicitly noted for the `CodexAdapter`, which 'can access any file regardless of working_directory (no true isolation)'. This means models using the Codex adapter could potentially read files outside the intended project scope, posing a significant security risk despite other safeguards. `eval` is not found, and network risks are controlled through adapter design.
Similar Servers
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
1xn-vmcp
An open-source platform for composing, customizing, and extending multiple Model Context Protocol (MCP) servers into a single logical, virtual MCP server, enabling fine-grained context engineering for AI workflows and agents.
openrouter-deep-research-mcp
This server orchestrates multi-agent AI research workflows by decomposing complex queries, executing parallel sub-queries using an ensemble of LLMs, and synthesizing findings into comprehensive reports, often leveraging real-time web data, internal knowledge bases, and advanced caching.
AI-Prompt-Guide-MCP
Orchestrates AI agents for project management and development workflows by linking structured markdown specifications and tasks.