cross-code-organizer vs time
Side-by-side comparison to help you pick between these two MCP servers.
cross-code-organizer by mcpware | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 318 | ★ 85,748 |
| 30d uses | — | — |
| Score | 50 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsSecurity | ProductivityDeveloper ToolsCommunication |
| Language | JavaScript | TypeScript |
| Last commit | 1 mo ago | this month |
cross-code-organizer · Summary
Cross-platform configuration dashboard for AI coding tools including Claude Code and Codex CLI with MCP server management.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
cross-code-organizer · Use cases
- Managing multiple MCP servers across different AI coding projects
- Identifying and removing duplicate memories and configurations
- Scanning for potentially compromised MCP servers with hidden instructions
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
cross-code-organizer · Install
Installation
- Run directly with npx:
npx @mcpware/cross-code-organizer
- For Claude Desktop integration:
{
"mcpServers": {
"cross-code-organizer": {
"command": "npx",
"args": ["@mcpware/cross-code-organizer"]
}
}
}First run auto-installs a /cco skill for Claude Code. Codex users can run the same npx command directly, then switch harnesses from the sidebar.
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"]
}
}
}