Aisera MCP Servers\
\ A collection of Model Context Protocol (MCP) servers for Aisera services.\ \
Available Servers\
\
- aisera-status - MCP server for Aisera's Status Page\
\
Project Structure\
\
aisera-mcp-servers/\
├── aisera-status/ # Status page MCP server\
│ ├── aisera_status.py # Main server implementation\
│ ├── test_server.py # Test suite\
│ └── README_GITHUB.md # Server documentation\
├── .gitignore # Git ignore rules\
└── README.md # This file\\
Development\
\ Each MCP server is contained in its own directory with its own documentation and dependencies. See the individual server directories for specific setup and usage instructions.\ \
License\
\ This project is licensed under the MIT License - see the LICENSE files in each server directory for details.

