Back to Home
blueman82 icon

ai-counsel

Verified Safe

by 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

Run Command
python server.py

Environment 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

Stats

Interest Score94
Security Score5
Cost ClassHigh
Avg Tokens1000
Stars154
Forks14
Last Update2025-12-09

Tags

MCPAIDeliberationConsensusDecision GraphMulti-modelLLMPython