📬 mcp指数
将您的MCP服务器提交到官方注册表。\ 由...驱动 mcprepository.com --官方MCP服务器存储库。
______________________________________________________________________
📦 关于
mcp-index 是一个简单的CLI工具 提交您的GitHub存储库 作为MCP服务器 mcprepository.com.\ 无论您是构建了自动化工具、人工智能服务器还是协议接口,此工具都可以帮助您公开列出并被其他人发现。
______________________________________________________________________
🚀 安装
您可以通过以下方式立即使用它 npx:
npx mcp-index 或全局安装:
npm install -g mcp-index______________________________________________________________________
📬 用法
mcp-index https://github.com/yourname/your-mcp-server输出示例:
✅ Index request submitted successfully!
📦 Expected MCP Server URL: https://mcprepository.com/yourname/your-mcp-server
⏳ Your repository is now queued for validation and processing.
🔍 We will check if it's a valid MCP Server.
🔔 You’ll be notified when it becomes available on the MCP Repository.______________________________________________________________________
🧠 备注
- 你 必须提供有效的GitHub存储库URL.
- 服务器将处理:
- 检查重复项 - 检测MCP兼容性 - 排队等待处理
- 我们会根据您项目的语言和结构自动检测。
______________________________________________________________________
🌐 由MCPRepository提供技术支持
此工具使用官方MCP索引API:
POST https://mcprepository.com/api/index阅读更多 mcprepository.com
______________________________________________________________________
