Provides a minimal FastAPI service exposing discoverable tools with execution capabilities for integration in local, Docker, or VPS environments.
Sentra is a foundational FastAPI-based service designed to serve as a minimal, MCP-ready backend. It offers essential endpoints for health checks, tool discovery, and tool execution, initially including 'ping' and 'time'. The service is highly adaptable, supporting local development with Uvicorn, containerization with Docker and Docker Compose, and deployment on VPS platforms like OVH, often behind a TLS-enabled reverse proxy. Its modular design allows for easy expansion with future tools and features, making it an ideal core for integrating custom functionalities with AI agents like ChatGPT in Developer Mode.