-
securityF
license-
qualityProvides a scalable, containerized infrastructure for deploying and managing Model Context Protocol servers with monitoring, high availability, and secure configurations.
Last updated -
此存储库包含一个使用FastAPI实现的简单模型上下文协议 (MCP) 服务器。目标是通过可发现的、版本化的 API 公开群体数据,该 API 可部署到 AWS Fargate。
DATABASE_PATH
环境变量配置。如果未设置,则默认为工作目录中的mcp.db
fake-super-secret-token
进行身份验证。MCP 发现文件可在model_context.yaml
中找到。
我们提供了一个agent
包来与 MCP 服务器交互。服务器运行后,您可以像这样列出畜群数据:
代理读取model_context.yaml
以发现 API 路径,并返回服务器的 JSON 响应。要获得完整的 YAML 支持,请安装可选的PyYAML
依赖项;否则,将使用功能有限的内置解析器。
提供了一个Dockerfile
来在容器中运行服务器。使用以下方式构建:
terraform
目录包含一个最小配置,展示了如何将容器部署到 AWS(例如 Fargate)。它为镜像创建了一个 ECR 存储库。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DPoitrast/MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server