Moro MCP服务器注册表
Moro AI聊天平台的预配置MCP服务器模板。
结构
registry.json--所有可用服务器模板的索引templates/.json--单个服务器模板文件icons/.svg--服务器图标(首选SVG,接受PNG)
模板类型
- 满的 --连接就绪,具有身份验证配置、设置说明和凭据
- 存根 --最小元数据;依靠Smart Discovery填写连接详细信息
模板架构
register.json条目
| 字段 | 类型 | 必填 | 描述 |
|---|---|---|---|
| id | string | yes | 唯一服务器标识符(烤肉串大小写) |
| name | string | yes | 显示名称 |
| icon_url | string | no | 图标的相对路径(例如。, icons/slack.svg) |
| category | string | no | 分组类别 |
| url _ pattern | string | no | fnmatch glob用于url匹配(例如。, *.slack.com) |
| template_path | string | yes | 模板JSON的相对路径 |
| template_type | 字符串 | 是 | full 或 stub |
JSON模板
| 字段 | 类型 | 描述 | |
|---|---|---|---|
| id | string | 必须与注册表项id匹配 | |
| name | string | 显示名称 | |
| description | string | 此服务器提供什么 | |
| category | string | 类别 | |
| icon_url | string | 图标的相对路径 | |
| 服务器类型 | 字符串 | 空 | stdio, sse,或 http |
| command | string | null | 用于stdio的命令(例如。, npx) |
| args | string\[\] | null | 命令参数 |
| url | string | null | sse/http的url |
| org_auth_type | 字符串 | 空 | api_key, oauth2, bearer, none |
| user_auth_type | 字符串 | 空 | api_key, oauth2, bearer, none |
| oauth_config | 对象 | 空 | oauth端点和作用域 |
| credentials_need | string\[\] | null | 必需的凭据密钥 |
| user_auth_instructions | string | null | 最终用户身份验证设置步骤 |
| setup_notes | string | null | 管理员设置说明 |
| env_mapping | 对象 | 空 | 环境变量映射 |
| tags | string\[\] | 搜索标签 | |
| source | object | null | 来源:包、存储库、文档URL |
