M
MCP Apps
作者 @yada
My MCP apps tests and validations
创建于 2/9/2026
更新于 15 days ago
README
Repository documentation and setup instructions
mcp-apps
A collection of MCP (Model Context Protocol) applications focused on testing, validation, and discovery.
This repository aims to help developers and platform teams explore, evaluate, and validate MCP apps across different use cases, runtimes, and integration patterns.
🎯 Goals
- Provide reference MCP apps for learning and experimentation
- Enable discovery of MCP-based applications
- Share best practices, more to come...
快速设置
此服务器的安装指南
安装命令 (包未发布)
git clone https://github.com/yada/mcp-apps
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。
Cursor 配置 (mcp.json)
{
"mcpServers": {
"yada-mcp-apps": {
"command": "git",
"args": [
"clone",
"https://github.com/yada/mcp-apps"
]
}
}
}