mirror of
https://git.openapi.site/https://github.com/desirecore/registry.git
synced 2026-02-28 09:38:09 +08:00
- 添加应用商店数据(Dify, RagFlow, Open WebUI) - 添加服务注册表数据(Filesystem MCP, GitHub MCP) - 添加服务描述符(chat, reasoning, embedding) - 添加服务分类(language, voice, vision, vector) - 添加 UI 配置文件 - 添加仓库元数据和说明文档 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
27 lines
834 B
JSON
27 lines
834 B
JSON
[
|
|
{
|
|
"id": "fs-mcp",
|
|
"name": "Filesystem MCP",
|
|
"description": "本地文件系统操作,支持读写、搜索、监控文件变化",
|
|
"protocol": "mcp",
|
|
"status": "offline",
|
|
"origin": "manual",
|
|
"endpoint": "stdio:///usr/local/bin/fs-mcp",
|
|
"transport": "stdio",
|
|
"capabilities": ["file_read", "file_write", "file_search", "file_watch"],
|
|
"tags": ["文件系统", "本地"]
|
|
},
|
|
{
|
|
"id": "github-mcp",
|
|
"name": "GitHub MCP",
|
|
"description": "代码仓库操作,支持 PR、Issue、代码搜索和仓库管理",
|
|
"protocol": "mcp",
|
|
"status": "offline",
|
|
"origin": "manual",
|
|
"endpoint": "stdio:///usr/local/bin/github-mcp",
|
|
"transport": "stdio",
|
|
"capabilities": ["repo_read", "pr_manage", "issue_manage", "code_search"],
|
|
"tags": ["代码", "Git", "PR"]
|
|
}
|
|
]
|