M
MCP Endpoint Server
by @xinnan-tech
mcp接入点服务器,用于自定义mcp服务注册,方便拓展小智设备工具调用
Created 6/18/2025
Updated 6 months ago
README
Repository documentation and setup instructions
MCP Endpoint Server
一个高效的xiaozhi mcp接入点服务器,用于xiaozhi-server自定义mcp服务注册,方便拓展小智设备工具调用。
本项目是一个基于websocket的MCP注册中心,功能单一,建议使用Docker运行。
功能特性
- 🚀 高性能: 基于FastAPI和WebSocket的异步架构,支持高并发
- 🔄 消息转发: 自动转发工具端和小智端之间的消息
- 🔒 连接管理: 智能管理WebSocket连接,支持连接清理
- 📊 监控统计: 提供连接统计和健康检查接口
- ⚙️ 配置灵活: 支持配置文件管理,易于部署和维护
- 🛡️ 错误处理: 完善的错误处理和日志记录
架构设计

接入教程
技术细节
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/xinnan-tech/mcp-endpoint-server
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"xinnan-tech-mcp-endpoint-server": {
"command": "git",
"args": [
"clone",
"https://github.com/xinnan-tech/mcp-endpoint-server"
]
}
}
}
Author Servers
Other servers by xinnan-tech