Discover and explore top open-source AI tools and projects—updated daily.
Open-source MCP Gateway and AI platform
Top 89.0% on SourcePulse
Obot is an open-source platform designed to serve as an MCP Gateway and AI interface, enabling users to interact with various AI models and connected tools through a conversational chat experience. It is suitable for users who need a self-hosted, secure, and extensible AI solution for managing and accessing AI-powered services and data.
How It Works
Obot comprises three core components: the MCP Gateway for discovering and connecting to MCP servers, the Chat Interface for natural language interaction with AI, and the Admin Interface for platform management. It leverages the open Model Context Protocol (MCP) for interoperability and supports multiple AI model providers like OpenAI and Anthropic. The platform facilitates knowledge integration through RAG and allows for project-based customization of AI behavior.
Quick Start & Requirements
docker run -d --name obot -p 8080:8080 -v /var/run/docker.sock:/var/run/docker.sock -e OPENAI_API_KEY=<API KEY> ghcr.io/obot-platform/obot:latest
Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The README does not specify any limitations, known bugs, or deprecation warnings. The license type is not explicitly mentioned, which may require further investigation for commercial use.
1 day ago
Inactive