PerformanceStudio vs time
并排对比,帮你在这两个 MCP server 之间做选择。
PerformanceStudio by erikdarlingdata | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 184 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 50 | 77 |
| 官方 | — | ✓ |
| 分类 | 数据库开发者工具AI / LLM 工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | C# | TypeScript |
| 最近提交 | 本月 | 本月 |
PerformanceStudio · 概述
跨平台 SQL Server 执行计划分析器,内置 MCP 服务器用于 AI 辅助分析。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
PerformanceStudio · 使用场景
- DBAs 在 AI 辅助下分析 SQL Server 性能问题
- 开发人员通过可视化检查执行计划来优化查询
- DevOps 团队在优化前后比较执行计划
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
PerformanceStudio · 安装
安装
- 从 [发布页面](https://github.com/erikdarlingdata/PerformanceStudio/releases/latest) 下载适合您平台的预构建二进制文件
- 解压 zip 文件
- 运行应用程序
从源代码构建:
git clone https://github.com/erikdarlingdata/PerformanceStudio.git
cd PerformanceStudio
dotnet buildMCP 配置
添加到 Claude Desktop config.json:
{
"mcpServers": {
"performance-studio": {
"command": "dotnet",
"args": ["run", "--project", "src/PlanViewer.Cli", "--", "mcp"]
}
}
}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"]
}
}
}