remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Integrations
Used for loading API key from environment variables, allowing secure configuration of the Jina AI integration
Serves as the runtime environment for the MCP server, executing the Jina AI integration
Used for defining tool signatures and response formats when interacting with Jina AI's neural search capabilities
济南AI MCP服务器
模型上下文协议 (MCP) 服务器,可与 Jina AI 的神经搜索功能无缝集成。该服务器通过简单的界面实现语义搜索、图像搜索和跨模态搜索功能。
🚀 功能
- 语义搜索:使用自然语言查询查找语义相似的文档
- 图像搜索:使用图像 URL 搜索视觉上相似的图像
- 跨模式搜索:执行文本到图像或图像到文本的搜索
📋 先决条件
- Node.js 16 或更高版本
- Jina AI 帐户和 API 密钥(在此获取)
- MCP 兼容环境(例如 Cline)
🛠️ 安装
- 克隆存储库:
- 安装依赖项:
- 使用您的 Jina AI API 密钥创建一个
.env
文件:
- 构建服务器:
⚙️ 配置
将以下配置添加到您的 MCP 设置文件:
🔍 可用工具
1.语义搜索
对文本文档执行语义/神经搜索。
2. 图像搜索
使用图像 URL 搜索相似图像。
3.跨模态搜索
执行文本到图像或图像到文本的搜索。
📝 响应格式
所有搜索工具均以以下格式返回结果:
🔐 错误处理
服务器处理各种错误情况:
- API 密钥无效
- 参数缺失或无效
- API 速率限制
- 网络错误
- 无效的集合名称
所有错误均被正确格式化并返回适当的错误代码和消息。
🤝 贡献
欢迎贡献代码!欢迎提交 Pull 请求。
📄 许可证
该项目根据 MIT 许可证获得许可 - 有关详细信息,请参阅LICENSE文件。
🙏 致谢
This server cannot be installed
通过与 Jina AI 的神经搜索功能集成,实现语义搜索、图像搜索和跨模式搜索功能。
- 🚀 Features
- 📋 Prerequisites
- 🛠️ Installation
- ⚙️ Configuration
- 🔍 Available Tools
- 📝 Response Format
- 🔐 Error Handling
- 🤝 Contributing
- 📄 License
- 🙏 Acknowledgments