Skip to main content
Glama

Zen MCP Enhanced

by 199-mcp
VERIFICATION.md1.76 kB
# Zen MCP Server - Verification Summary ## ✅ Current Status ### NPM Package - **Package Name**: `zen-mcp-server-199bio` - **Current Version**: `2.1.1` (published to npm) - **Repository**: https://github.com/199-biotechnologies/mcp-zen-plus ### Key Features Implemented 1. ✅ **No Docker Required** - Runs directly with Python 3.11+ 2. ✅ **`zen` Tool** - Default tool for quick AI consultations 3. ✅ **In-Memory Storage** - Replaced Redis with Python dict 4. ✅ **Auto-Setup** - NPX wrapper handles Python dependencies 5. ✅ **Virtual Environment** - Isolated Python dependencies ### Claude Desktop Configuration ```json { "mcpServers": { "zen": { "command": "npx", "args": ["zen-mcp-server-199bio"] } } } ``` ✅ Correctly configured at line 129-134 in claude_desktop_config.json ### Installation - Just One Command! ```bash npx zen-mcp-server-199bio ``` No installation needed - NPX handles everything! ### What Was Removed - ❌ Docker & Docker Compose - ❌ Redis dependency - ❌ Complex setup scripts - ❌ Container overhead ### Repository Structure - **Main Repo**: BeehiveInnovations/zen-mcp-server (original) - **NPM Package Repo**: 199-biotechnologies/mcp-zen-plus (this wrapper) ### Version History - v2.0.0 - Removed Docker, added Python-only mode - v2.1.0 - Updated to Python-only mode completely - v2.1.1 - Updated repository references ## Testing the Installation To verify everything works: 1. **In Claude Desktop**, type: ``` use zen to say hello ``` 2. **Check version**: ``` use zen to show version ``` 3. **Test AI models**: ``` use zen with gemini to explain quantum computing ``` All features are working correctly with the simplified Python-only architecture!

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/199-mcp/zen-mcp-enhanced'

If you have feedback or need assistance with the MCP directory API, please join our Discord server