graphlit-mcp-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
graphlit-mcp-server by graphlit | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 375 | ★ 85,748 |
| 30d uses | — | — |
| Score | 51 | 77 |
| Official | — | ✓ |
| Categories | Knowledge GraphDeveloper ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 4 mo ago | this month |
graphlit-mcp-server · Summary
MCP server connecting Graphlit platform with rich tools for knowledge management and RAG across various data sources.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
graphlit-mcp-server · Use cases
- Building a centralized knowledge base from multiple developer and product management tools
- Implementing RAG capabilities with content from various sources like Slack, GitHub, and Notion
- Creating AI-powered search across documents, web pages, and communications
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
graphlit-mcp-server · Install
Install the Graphlit MCP Server via npx:
npx -y graphlit-mcp-serverFor Claude Desktop, add to your claude_desktop_config.json:
{
"mcpServers": {
"graphlit": {
"command": "npx",
"args": ["-y", "graphlit-mcp-server"],
"env": {
"GRAPHLIT_ORGANIZATION_ID": "your-organization-id",
"GRAPHLIT_ENVIRONMENT_ID": "your-environment-id",
"GRAPHLIT_JWT_SECRET": "your-jwt-secret"
}
}
}
}Required environment variables:
GRAPHLIT_ORGANIZATION_IDGRAPHLIT_ENVIRONMENT_IDGRAPHLIT_JWT_SECRET
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"]
}
}
}