podman-mcp-server vs time
并排对比,帮你在这两个 MCP server 之间做选择。
podman-mcp-server by manusa | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 73 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 46 | 77 |
| 官方 | — | ✓ |
| 分类 | 运维基建开发者工具其它 | 效率工具开发者工具沟通协作 |
| 实现语言 | Go | TypeScript |
| 最近提交 | 1 个月前 | 本月 |
podman-mcp-server · 概述
一个管理 Podman 和 Docker 容器的文档完善的 MCP 服务器,工具覆盖全面。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
podman-mcp-server · 使用场景
- AI 助手通过自然语言命令管理 Docker/Podman 容器
- 使用 MCP 通过容器运行时操作进行自动化部署工作流
- AI 需要与本地容器交互的开发环境
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
podman-mcp-server · 安装
Claude Desktop
添加到您的 claude_desktop_config.json 文件中:
{
"mcpServers": {
"podman": {
"command": "npx",
"args": [
"-y",
"podman-mcp-server@latest"
]
}
}
}VS Code
直接在 VS Code 中安装 MCP 服务器,或使用命令:
code --add-mcp '{"name":"podman","command":"npx","args":["-y","podman-mcp-server@latest"]}'Goose CLI
添加到您的 config.yaml 文件中:
extensions:
podman:
command: npx
args:
- -y
- podman-mcp-server@latesttime · 安装
安装选项
**使用 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"]
}
}
}