Ontheia (MCP-Client)
Self-hosted, open-source AI agent platform with native MCP support. Connect agents to any MCP server, run multi-agent workflows, and keep all data on your own infrastructure. GDPR by design.
Ontheia
Your Data. Your AI. Your Rules.
Ontheia is a self-hosted, open-source AI agent platform. Run AI agents, automate workflows, and connect AI models to any tool — entirely on your own infrastructure, without sending data to external cloud services.
→ ontheia.ai · Documentation · Blog
Why Ontheia?
Every time you send a company document to a cloud AI, your data leaves your building. Ontheia keeps AI powerful — and keeps your data yours.
- GDPR-compliant by architecture — data never leaves your servers
- Vendor-agnostic — Claude, ChatGPT, Gemini, Grok, Ollama, or any OpenAI-compatible model
- MCP-native — connect agents to any external tool or service via open standard
- Multi-user — role-based access control, Row Level Security enforced at the database level
- Chain Engine — visual workflow automation, no code required
- Long-term Memory — built-in RAG with pgvector, isolated per user and namespace
- Agent-to-Agent — complex tasks coordinated across specialized sub-agents
- Cron Automation — schedule agent runs and chain executions on a time-based trigger
Screenshots
| Chat & Agents | MCP Tools in Action |
|---|---|
![]() | ![]() |
Requirements
| Requirement | Minimum | Notes |
|---|---|---|
| OS | Linux / macOS | Windows via WSL2 |
| Docker | 24+ | Rootless mode recommended |
| Docker Compose | v2 (plugin) | docker compose (not docker-compose) |
| RAM | 2 GB | 4 GB recommended |
| Disk | 5 GB free | 10 GB recommended |
| Ports | 8080, 5173 | Configurable during setup |
| openssl | any | For secret generation (apt install openssl) |
| curl | any | For health checks |
| jq | any | For JSON parsing (apt install jq) |
At least one AI provider API key is required to chat (e.g. Anthropic, OpenAI, or a local Ollama instance). Memory/RAG features additionally require an embedding-capable provider.
Quick Start
Guided setup (recommended) — configures everything interactively:
git clone https://github.com/Ontheia/ontheia.git
cd ontheia
bash scripts/install.sh
The install script handles .env creation, secret generation, Docker builds, database migrations, and bootstraps the first admin account.
Manual setup:
git clone https://github.com/Ontheia/ontheia.git
cd ontheia
cp .env.example .env
# Edit .env — set FLYWAY_PASSWORD, ONTHEIA_APP_PASSWORD, SESSION_SECRET, ADMIN_EMAIL
docker compose up -d
Full installation guide: docs.ontheia.ai/en/getting-started/installation
Documentation
Full documentation at docs.ontheia.ai
| Topic | EN | DE |
|---|---|---|
| Introduction | EN | DE |
| Installation | EN | DE |
| Environment variables | EN | DE |
| Agents | EN | DE |
| Chain Engine | EN | DE |
| Memory / RAG | EN | DE |
| Security | EN | DE |
| API Reference | EN | DE |
Stack
- Backend: Node.js / TypeScript (Fastify)
- Frontend: React, shadcn/ui, Tailwind CSS
- Database: PostgreSQL with pgvector extension
- Containerization: Docker, Docker Compose (rootless)
- AI Protocols: Anthropic Messages API, OpenAI-compatible API, MCP (Model Context Protocol)
Roadmap
See ROADMAP.md for planned features across all horizons.
Community input is welcome — open an issue or start a discussion.
Contributing
Contributions are welcome.
- Fork the repository
- Create a feature branch
- Submit a pull request
Please read CONTRIBUTING.md before opening a pull request.
License
Ontheia is dual-licensed:
- Open Source: GNU Affero General Public License v3.0 — free for personal use, self-hosted deployments, and open-source projects.
- Commercial: Commercial License — for organizations that need to use Ontheia without AGPL obligations (e.g. as part of a proprietary product or managed service). Contact us via ontheia.ai for inquiries.
Contact
- Website: ontheia.ai
- GitHub Discussions: github.com/Ontheia/ontheia/discussions
© 2026 Ontheia. All rights reserved.
Servidores relacionados
Search Movie
一个基于 Model Context Protocol (MCP) 构建的智能电影和电视剧资源搜索工具,支持多源搜索和链接验证。An intelligent movie and TV series resource search tool based on Model Context Protocol (MCP), supporting multi-source search and link verification.
Dominion Observatory
Behavioral trust layer for the AI agent economy. Check MCP server reliability scores, report interactions, detect anomalies, and discover the most trusted servers. 8 tools, free, real-time.
Lcontext
An MCP server that exposes user behavior as queryable data for AI coding agents.
Strider Labs Uber MCP
MCP server for Uber - let AI agents book rides, get fare estimates, and track trips
Strider DoorDash
MCP server for DoorDash food delivery - AI agents can search restaurants, browse menus, and place delivery orders.
Ingero
eBPF-based GPU causal observability agent with MCP server. Traces CUDA Runtime/Driver APIs via uprobes and host kernel events via tracepoints to build causal chains explaining GPU latency. 7 MCP tools for AI-assisted GPU debugging and root cause analysis. <2% overhead, production-safe.
Wordle MCP - Go
Fetches daily Wordle solutions using the official Wordle API.
Word Orb
The language layer for AI agents. One call returns IPA, definitions, etymology, translations in 47 languages, and ethics guidance — in 3ms.
AgentGuard
AI Agent Supply Chain Security - Intercepts and validates every package installation, git clone, and script download triggered by AI coding agents before it executes.
Meshh FX
Power your agents with deep Japan macro fx knowledge.

