Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Agentic AI System MCP Serverdeploy a customer support agent with access to our knowledge base"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP-Based Agentic AI System
Production-ready, self-hosted AI infrastructure with Model Context Protocol.
Quick Start
Install Dependencies
Configure Environment
Initialize Database
Start Services
Test the System
Architecture
MCP Server: WebSocket-based protocol server
REST API: FastAPI application for HTTP access
Agent System: Autonomous AI agents with memory
Tool Registry: Extensible function execution
State Management: Redis + PostgreSQL persistence
API Documentation
Once running, visit: http://localhost:8000/docs
Configuration
All settings managed through environment variables:
Database: PostgreSQL connection
Redis: Caching and sessions
LLM: Model provider and settings
Security: JWT tokens and CORS
Deployment
Docker
Kubernetes
Monitoring
Prometheus metrics available at :9090/metrics
Support
For issues and questions, see docs/ directory.