MCP Catalogs
Home

time vs nowledge-mem

Side-by-side comparison to help you pick between these two MCP servers.

time
by modelcontextprotocol
nowledge-mem
by nowledge-co
Stars★ 85,748★ 181
30d uses
Score7745
Official
Categories
ProductivityDeveloper ToolsCommunication
Knowledge GraphProductivityAI / LLM Tools
LanguageTypeScript
Last committhis month6 mo ago

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

nowledge-mem · Summary

A local-first, graph-based memory manager that integrates with AI tools via MCP protocol.

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

nowledge-mem · Use cases

  • Centralizing AI conversations across multiple platforms in one searchable location
  • Automatically extracting and organizing insights from AI interactions into a knowledge graph
  • Using MCP integration to capture conversation threads without manual intervention

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"]
    }
  }
}

nowledge-mem · Install

Installation

  1. Download and install Nowledge Mem from [https://mem.nowledge.co/](https://mem.nowledge.co/)
  1. Configure MCP in your client (e.g., Claude Desktop):
{
  "mcpServers": {
    "nowledge-mem": {
      "url": "http://localhost:14242/mcp",
      "type": "streamableHttp",
      "headers": {
        "APP": "<MCP Client App Name here>"
      }
    }
  }
}
  1. Alternatively, use the Claude Code Plugin:
claude plugin marketplace add nowledge-co/community
claude plugin install nowledge-mem@nowledge-community
Comparison generated from public README + GitHub signals. Last updated automatically.