istio-mcp-server vs time
并排对比,帮你在这两个 MCP server 之间做选择。
istio-mcp-server by krutsko | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 1 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 34 | 77 |
| 官方 | — | ✓ |
| 分类 | 开发者工具运维基建AI / LLM 工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | Go | TypeScript |
| 最近提交 | 8 个月前 | 本月 |
istio-mcp-server · 概述
MCP 服务器提供对 Kubernetes 集群中 Istio 服务网格资源的只读访问。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
istio-mcp-server · 使用场景
- AI 助手分析服务网格配置和路由规则
- DevOps 团队跨多个集群查询 Istio 资源状态
- 通过代理配置访问调试服务连接问题
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
istio-mcp-server · 安装
安装
通过 npm 安装(推荐)
npm install -g istio-mcp-server从源代码构建
git clone https://github.com/krutsko/istio-mcp-server.git
cd istio-mcp-server
make buildClaude Desktop 配置
添加到您的 claude_desktop_config.json:
{
"mcpServers": {
"istio": {
"command": "npx",
"args": [
"-y",
"istio-mcp-server@latest"
]
}
}
}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"]
}
}
}