@noodlea1/zen-mcp-server
v1.0.1
Published
Zen MCP Server - Enhanced zen-mcp-server with Atlas task management and knowledge graph capabilities
Maintainers
Readme
Zen MCP Server
Enhanced zen-mcp-server with Atlas task management and knowledge graph capabilities.
Features
- AI-Powered Tools: Chat, deep thinking, code review, debugging, and project planning
- Atlas Integration: Task management and knowledge graph capabilities
- Multi-Model Support: OpenAI, Anthropic Claude, and Google Gemini
- Railway Backend: Persistent storage and scalable deployment
- MCP Compatible: Works with Claude Desktop and other MCP clients
Installation
Install via uvx (recommended):
uvx zen-mcp-serverOr install via pip:
pip install zen-mcp-serverUsage with Claude Desktop
Add to your Claude MCP configuration:
{
"mcpServers": {
"zen": {
"command": "uvx",
"args": ["zen-mcp-server"],
"env": {
"OPENAI_API_KEY": "your-openai-key",
"ANTHROPIC_API_KEY": "your-anthropic-key",
"GEMINI_API_KEY": "your-gemini-key"
}
}
}
}Available Tools
- chat: General purpose AI chat with context awareness
- thinkdeep: Deep thinking and analysis on complex topics
- codereview: Comprehensive code review and analysis
- debug: Debug code issues and provide solutions
- planner: AI-powered project planning and task breakdown
Environment Variables
OPENAI_API_KEY: OpenAI API key for GPT modelsANTHROPIC_API_KEY: Anthropic API key for Claude modelsGEMINI_API_KEY: Google API key for Gemini models
Development
This project combines the original zen-mcp-server with Atlas task management capabilities, providing a comprehensive AI development toolkit.
License
MIT License - see LICENSE file for details.
