Manifold vs time
并排对比,帮你在这两个 MCP server 之间做选择。
Manifold by Garume | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 45 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 45 | 77 |
| 官方 | — | ✓ |
| 分类 | 开发者工具AI / LLM 工具运维基建 | 效率工具开发者工具沟通协作 |
| 实现语言 | C# | TypeScript |
| 最近提交 | 2 个月前 | 本月 |
Manifold · 概述
Manifold 是一个.NET框架,允许开发者定义一次操作,然后通过CLI和MCP接口高效地提供这些功能。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
Manifold · 使用场景
- 在.NET应用程序中构建具有MCP功能的CLI工具
- 创建双用途的命令行和AI助手工具
- 从现有的.NET业务逻辑生成高性能的MCP服务器
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
Manifold · 安装
根据您的需求安装Manifold NuGet包:
# 对于CLI应用程序
<ItemGroup>
<PackageReference Include="Manifold" Version="1.0.0" />
<PackageReference Include="Manifold.Generators" Version="1.0.0" PrivateAssets="all" />
<PackageReference Include="Manifold.Cli" Version="1.0.0" />
</ItemGroup>
# 对于MCP主机
<ItemGroup>
<PackageReference Include="Manifold" Version="1.0.0" />
<PackageReference Include="Manifold.Generators" Version="1.0.0" PrivateAssets="all" />
<PackageReference Include="Manifold.Mcp" Version="1.0.0" />
</ItemGroup>对于Claude Desktop集成,使用以下方式添加MCP服务器:
{
"mcpServers": {
"manifold": {
"command": "dotnet",
"args": ["run", "--project", "path/to/your/project.csproj"],
"env": {
"DOTNET_ENVIRONMENT": "Development"
}
}
}
}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"]
}
}
}