Hypernym MCP 语义分析服务器
提供基于 Hypernym AI 的语义文本分析和压缩工具的 Model Context Protocol (MCP) 服务器。
快速入门
-
克隆仓库: git clone https://github.com/bmorphism/hypernym-mcp-server.git cd hypernym-mcp-server
-
安装依赖: npm install
-
创建 .env 文件并添加配置: HYPERNYM_API_URL=https://fc-api-development.hypernym.ai HYPERNYM_API_KEY=your_api_key_here PORT=3000
-
启动服务器: npm run build npm start
-
使用 stdio 模式(用于 MCP 集成): npm run start:stdio
-
测试功能: npm run test:server # 健康检查 npm run test:analyze # 分析测试 npm run test:semantic # 压缩测试