time vs second-brain-cloudflare
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | second-brain-cloudflare by rahilp | |
|---|---|---|
| Stars | ★ 85,748 | ★ 61 |
| 30d uses | — | — |
| Score | 77 | 46 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Knowledge GraphProductivityAI / LLM Tools |
| Language | TypeScript | HTML |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
second-brain-cloudflare · Summary
Self-hosted MCP server providing personal memory layer across AI tools like Claude and ChatGPT.
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
second-brain-cloudflare · Use cases
- Personal knowledge management across multiple AI assistants
- Project context tracking that works with any AI tool
- Semantic search for notes and ideas across conversations
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"]
}
}
}second-brain-cloudflare · Install
Installation
- Click the 'Deploy to Cloudflare' button in the README
- During deployment, set an AUTH_TOKEN (you can use a memorable phrase or generate a secure one)
- Save the token as you'll need it to connect AI clients
- Connect Claude Desktop by adding to
claude_desktop_config.json:
{
"mcpServers": {
"second-brain": {
"command": "npx",
"args": ["@modelcontextprotocol/server-cloudflare", "https://<your-worker-url>"],
"env": {
"AUTH_TOKEN": "<your-token>"
}
}
}
}- For other clients, follow the specific instructions in the documentation.