公共注册测试
用于托管公共MCP(模型上下文协议)注册表的测试存储库
概述
此存储库托管一个GitHub Pages站点,该站点充当MCP注册表,遵循 官方MCP注册规范.
可用端点
GET/v0.1/服务器
列出此注册表中所有可用的MCP服务器。
网址: https://parm-p.github.io/public-registry-test/v0.1/servers
例子:
curl https://parm-p.github.io/public-registry-test/v0.1/servers可用服务器
GitHub MCP服务器
- 姓名:
io.github.github/github-mcp-server - 说明: GitHub的官方MCP服务器-将AI工具直接连接到GitHub的平台
- 存储库:
- 包裹: Docker镜像位于
ghcr.io/github/github-mcp-server
GitHub 页面
每当将更改推送到GitHub页面时,注册表都会通过GitHub Actions自动部署到GitHub页面 main 或 copilot/create-github-pages-site 分支。
访问实时网站:
存储库结构
.
├── .github/
│ └── workflows/
│ └── pages.yml # GitHub Actions workflow for deployment
├── docs/
│ ├── index.html # Main documentation page
│ └── v0.1/
│ └── servers # MCP registry JSON endpoint
└── README.md