delimit-mcp-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
delimit-mcp-server by delimit-ai | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 16 | ★ 85,748 |
| 30d uses | — | — |
| Score | 42 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsSecurity | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | this month | this month |
delimit-mcp-server · Summary
MCP server for AI coding governance across multiple AI assistants with attestations and deploy gates.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
delimit-mcp-server · Use cases
- Governance for AI-assisted code development across multiple AI tools
- Breaking change detection and API contract validation before merge
- Multi-model deliberation for consensus on technical decisions
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
delimit-mcp-server · Install
Install as MCP server:
{
"mcpServers": {
"delimit": {
"command": "npx",
"args": ["delimit-mcp-server"]
}
}
}Alternatively, install via CLI:
npm install -g delimit-cliFor GitHub Actions integration:
- uses: delimit-ai/delimit-action@v1time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}