context-compose-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
context-compose-mcp by lazylagom | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 1 | ★ 85,748 |
| 30d uses | — | — |
| Score | 31 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 11 mo ago | this month |
context-compose-mcp · Summary
Context Compose MCP server enables task-specific context composition for LLM interactions using YAML-based contexts.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
context-compose-mcp · Use cases
- Frontend development with React components using expert personas and TypeScript rules
- Backend API development with security guidelines and clean code principles
- Code reviews with standardized checklists and architecture expert perspectives
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
context-compose-mcp · Install
{
"mcpServers": {
"context-compose": {
"command": "npx",
"args": ["-y", "@noanswer/context-compose@latest"]
}
}
}- Initialize your project:
npx @noanswer/context-compose init - Create context files in
.contextcompose/directory - Start a context:
npx @noanswer/context-compose start-context <context-name>
time · 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"]
}
}
}