bonnard vs time
并排对比,帮你在这两个 MCP server 之间做选择。
bonnard by bonnard-data | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 26 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 44 | 77 |
| 官方 | — | ✓ |
| 分类 | 数据库AI / LLM 工具开发者工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 3 个月前 | 本月 |
bonnard · 概述
Bonnard 是一个 AI 原生语义层,通过 MCP 服务器为 AI 代理提供可靠的数据查询能力。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
bonnard · 使用场景
- AI 代理查询一致的语义层进行分析和报告
- 构建具有受管指标和维度的数据应用
- 通过 MCP 将结构化数据能力嵌入 AI 工作流
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
bonnard · 安装
# 1. 搭建项目
npx @bonnard/cli init --self-hosted
# 2. 配置数据源
# 编辑 .env 文件添加数据库凭证
# 3. 启动服务器
docker compose up -d
# 4. 定义语义层
# 将立方体/视图 YAML 文件添加到 bonnard/cubes/ 和 bonnard/views/
# 5. 将模型部署到服务器
bon deploy
# 6. 连接 AI 代理
bon mcp对于 Claude Desktop / Cursor:
{
"mcpServers": {
"bonnard": {
"url": "https://bonnard.example.com/mcp",
"headers": {
"Authorization": "Bearer your-secret-token-here"
}
}
}
}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"]
}
}
}