Back to MCP directory
publicPublicdnsLocal runtime

aisera-mcp-servers

Aisera的MCP服务器集合,包含状态页面等服务

article

README

🚀 Aisera MCP 服务器

Aisera MCP 服务器是一系列用于 Aisera 服务的模型上下文协议(MCP)服务器,为相关服务提供了重要的支持。

🚀 快速开始

本项目包含多个 Aisera MCP 服务器,你可以根据自身需求选择合适的服务器进行操作。

✨ 主要特性

  • 提供了用于 Aisera 状态页面的 MCP 服务器,即 aisera-status

📦 安装指南

每个 MCP 服务器都有自己独立的文档和依赖项,请查看各个服务器目录中的具体设置和使用说明来完成安装。

📚 详细文档

🔍 可用服务器

📁 项目结构

aisera-mcp-servers/
├── aisera-status/          # 状态页面 MCP 服务器
│   ├── aisera_status.py    # 主服务器实现文件
│   ├── test_server.py      # 测试套件
│   └── README_GITHUB.md    # 服务器文档
├── .gitignore             # Git 忽略规则
└── README.md              # 本文件

💻 开发说明

每个 MCP 服务器都包含在其自身的目录中,带有自己的文档和依赖项。请参阅各个服务器目录中的具体设置和使用说明。

📄 许可证

该项目在 MIT License 下开源,请查看每个服务器目录中的 LICENSE 文件以获取详细信息。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client