ai-counsel
Verified Safeby blueman82
Overview
An MCP server enabling multi-model AI deliberation for consensus-driven decision-making, with support for learning from past decisions through a decision graph memory.
Installation
python server.pyEnvironment Variables
- OPENROUTER_API_KEY
Security Notes
The server employs several security measures, including a whitelist for the 'run_command' tool, file path exclusion patterns (e.g., .git/, node_modules/), and environment variable substitution for API keys. However, the documentation explicitly states a 'known limitation' for the Codex adapter: it 'can access any file regardless of working_directory (no true isolation)'. This is a critical data leakage vulnerability if Codex is used with sensitive project data. Additionally, the Droid adapter's 'Adaptive Permission Strategy' can automatically escalate to 'high' permissions, which, while designed for seamless operation, could pose a risk if not carefully monitored or controlled within untrusted environments.
Similar Servers
tmcp
Build Model Context Protocol (MCP) servers for AI agents to interact with external tools and data sources, enabling LLMs to access context and perform actions.
1xn-vmcp
An open-source tool for composing, customizing, and extending multiple Model Context Protocol (MCP) servers into a single logical, virtual MCP server, facilitating fine-grained context-engineering for AI workflows and agents.
openrouter-deep-research-mcp
A multi-agent AI research server implementing the Model Context Protocol for deep, iterative, and multimodal investigations, with features like dynamic planning, parallel execution, ensemble synthesis, and knowledge base management.
mcpc
Build agentic Model Context Protocol (MCP) servers by composing existing MCP tools to create sophisticated AI agents capable of complex tasks.