MCP Catalogs
首页

qdrant-mcp-server vs time

并排对比,帮你在这两个 MCP server 之间做选择。

qdrant-mcp-server
by mhalder
time
by modelcontextprotocol
Stars★ 32★ 85,748
30天用量
综合分4677
官方
分类
搜索AI / LLM 工具开发者工具
效率工具开发者工具沟通协作
实现语言TypeScriptTypeScript
最近提交本月本月

qdrant-mcp-server · 概述

使用 Qdrant 向量数据库和多嵌入提供商实现的语义搜索 MCP 服务器。

time · 概述

功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。

qdrant-mcp-server · 使用场景

  • 在大型代码库中进行语义代码搜索,支持 AST 感知的分块
  • 搜索 Git 历史记录以查找过去的更改、修复和模式
  • 使用本地向量存储构建知识库和 RAG 应用程序
  • 使用倒排秩融合进行跨代码库联邦搜索

time · 使用场景

  • 协助安排跨时区的国际会议
  • 为基于位置的查询提供实时时间信息
  • 为旅行计划和行程安排提供时间转换

qdrant-mcp-server · 安装

安装

先决条件

  • Node.js 22.x 或 24.x
  • 支持 Compose 的 Podman 或 Docker

步骤

# 克隆并安装
git clone https://github.com/mhalder/qdrant-mcp-server.git
cd qdrant-mcp-server
npm install

# 启动服务
podman compose up -d   # 使用 Podman
docker compose up -d   # 使用 Docker

# 拉取嵌入模型
podman exec ollama ollama pull nomic-embed-text

# 构建
npm run build

Claude Desktop 配置

添加到 ~/.claude.json

{
  "mcpServers": {
    "qdrant": {
      "type": "stdio",
      "command": "node",
      "args": ["/path/to/qdrant-mcp-server/build/index.js"]
    }
  }
}

time · 安装

安装选项

**使用 uv(推荐):**

uvx mcp-server-time

**使用 PIP:**

pip install mcp-server-time
python -m mcp_server_time

**为 Claude Desktop 配置:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。