MCP cover image

The open source ChatGPT alternative for developers. Fast, multi-model AI chat. Agents + MCP coming soon.

645

Github Watches

87

Github Forks

645

Github Stars

Zola

zola.chat

Zola is the open-source interface for AI chat.

Chat with this repo

zola screenshot

Features

  • Multi-model support: OpenAI, Mistral, Claude, Gemini, Ollama (local models)
  • File uploads with context-aware answers
  • Clean, responsive UI with light/dark themes
  • Built with Tailwind, shadcn/ui, and prompt-kit
  • Fully open-source and self-hostable
  • Customizable: user system prompt, multiple layout options
  • Local AI with Ollama: Run models locally with automatic model detection

Agent Features (WIP)

  • @agent mentions
  • Early tool and MCP integration for agent workflows
  • Foundation for more powerful, customizable agents (more coming soon)

Quick Start

Option 1: With OpenAI (Cloud)

git clone https://github.com/ibelick/zola.git
cd zola
npm install
echo "OPENAI_API_KEY=your-key" > .env.local
npm run dev

Option 2: With Ollama (Local)

# Install and start Ollama
curl -fsSL https://ollama.ai/install.sh | sh
ollama pull llama3.2  # or any model you prefer

# Clone and run Zola
git clone https://github.com/ibelick/zola.git
cd zola
npm install
npm run dev

Zola will automatically detect your local Ollama models!

Option 3: Docker with Ollama

git clone https://github.com/ibelick/zola.git
cd zola
docker-compose -f docker-compose.ollama.yml up

Deploy with Vercel

To unlock features like auth, file uploads, and agents, see INSTALL.md.

Built with

Sponsors

Vercel OSS Program

License

Apache License 2.0

Notes

This is a beta release. The codebase is evolving and may change.

相关推荐

  • microsoft
  • Python tool for converting files and office documents to Markdown.

  • mem0ai
  • Memory for AI Agents; SOTA in AI Agent Memory; Announcing OpenMemory MCP - local and secure memory management.

  • mindsdb
  • AI's query engine - Platform for building AI that can answer questions over large scale federated data. - The only MCP Server you'll ever need

  • mindsdb
  • AI's query engine - Platform for building AI that can answer questions over large scale federated data. - The only MCP Server you'll ever need

  • golf-mcp
  • Production-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents

  • BlackSnufkin
  • A secure sandbox environment for malware developers and red teamers to test payloads against detection mechanisms before deployment. Integrates with LLM agents via MCP for enhanced analysis capabilities.

  • xszyou
  • fay是一个帮助数字人(2.5d、3d、移动、pc、网页)或大语言模型(openai兼容、deepseek)连通业务系统的mcp框架。

  • strands-agents
  • A model-driven approach to building AI agents in just a few lines of code.

  • u14app
  • Use any LLMs (Large Language Models) for Deep Research. Support SSE API and MCP server.

  • stacklok
  • ToolHive makes deploying MCP servers easy, secure and fun

  • 78
  • An MCP-based chatbot | 一个基于MCP的聊天机器人

    Reviews

    5 (0)