zen-mcp-server

The power of Claude Code / GeminiCLI / CodexCLI + [Gemini / OpenAI / Grok / OpenRouter / Ollama / Custom Model / All Of The Above] working as one.

GitHub Stars

6,960

User Rating

Not Rated

Favorites

0

Views

89

Forks

599

Issues

79

Installation
Difficulty
Advanced
Estimated Time
20-45 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Python: 3.8 or higher
pip: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/BeehiveInnovations/zen-mcp-server
cd zen-mcp-server

2. Install Dependencies

bash
pip install -r requirements.txt

3. Start Server

bash
python server.py

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Python version and reinstall dependencies. Issue: Models not recognized Solution: Verify configuration file path and syntax.

Additional Resources