LogoSTMCP
Download
zen-mcp-server

Zen MCP: Many Workflows. One Context.

Zen MCP is an AI orchestration server for Claude Code that enables multi-model collaboration, conversation continuity, and context revival across Gemini, OpenAI, and other AI providers for enhanced code analysis and development workflows.

Tools

1. chat

Brainstorm ideas, get second opinions, validate approaches.

2. thinkdeep

Extended reasoning, edge case analysis, alternative perspectives.

3. planner

Break down complex projects into structured, actionable plans.

4. consensus

Get expert opinions from multiple AI models with stance steering.

5. debug

Systematic investigation and root cause analysis.

6. precommit

Validate changes before committing, prevent regressions.

7. codereview

Professional reviews with severity levels and actionable feedback.

8. analyze

Understand architecture, patterns, dependencies across entire codebases.

9. refactor

Intelligent code refactoring with decomposition focus.

10. testgen

Comprehensive test generation with edge cases.

11. secaudit

Security audits with OWASP Top 10 analysis.

12. docgen

Generate documentation with complexity analysis.

13. challenge

Prevent "You're absolutely right!" responses with critical analysis.

14. tracer

Static analysis prompts for call-flow mapping.

Open Graph image for Zen MCP: Many Workflows. One Context.

JSON Config

{
  "mcpServers": {
    "zen": {
      "command": "bash",
      "args": ["-c", "for p in $(which uvx 2>/dev/null) $HOME/.local/bin/uvx /opt/homebrew/bin/uvx /usr/local/bin/uvx uvx; do [ -x \"$p\" ] && exec \"$p\" --from git+https://github.com/BeehiveInnovations/zen-mcp-server.git zen-mcp-server; done; echo 'uvx not found' >&2; exit 1"],
      "env": {
        "PATH": "/usr/local/bin:/usr/bin:/bin:/opt/homebrew/bin:~/.local/bin",
        "GEMINI_API_KEY": "your-key-here",
        "DISABLED_TOOLS": "analyze,refactor,testgen,secaudit,docgen,tracer",
        "DEFAULT_MODEL": "auto"
      }
    }
  }
}

Useful Links

Information