MCP Catalogs
Home

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
Score7746
Official
Categories
ProductivityDeveloper ToolsCommunication
Knowledge GraphProductivityAI / LLM Tools
LanguageTypeScriptHTML
Last committhis monththis 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

  1. Click the 'Deploy to Cloudflare' button in the README
  2. During deployment, set an AUTH_TOKEN (you can use a memorable phrase or generate a secure one)
  3. Save the token as you'll need it to connect AI clients
  1. 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>"
      }
    }
  }
}
  1. For other clients, follow the specific instructions in the documentation.
Comparison generated from public README + GitHub signals. Last updated automatically.