mcp-mariadb-server
Authenticated REST API and MCP server backed by MariaDB. There is no UI here — this service is consumed by the Flutter app and by MCP clients.
Endpoints
GET /api/health— liveness/DB connectivity checkPOST /api/auth/login,/refresh,/me,/logout— JWT auth/api/dataand/api/data/[resource]— REST CRUD/api/mcp— MCP server (Streamable HTTP, bearer auth)
See the project README for full setup, auth, and deployment details.