MCP Catalogs
Home

time vs gnosis-mcp

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

time
by modelcontextprotocol
gnosis-mcp
by nicholasglazer
Stars★ 85,748★ 22
30d uses
Score7745
Official
Categories
ProductivityDeveloper ToolsCommunication
SearchAI / LLM ToolsDeveloper Tools
LanguageTypeScriptPython
Last committhis month1 mo ago

time · Summary

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

gnosis-mcp · Summary

Zero-config MCP server for searchable documentation with SQLite/PostgreSQL backends.

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

gnosis-mcp · Use cases

  • AI agent searching through project documentation
  • Retrieval-augmented generation for codebases
  • Knowledge base search with semantic understanding

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

gnosis-mcp · Install

pip install gnosis-mcp           # or: uv tool install gnosis-mcp
gnosis-mcp ingest ./docs/        # loads docs into SQLite (auto-created)
gnosis-mcp serve                 # starts MCP server

For Claude Desktop, add to Claude Desktop config:

{
  "mcpServers": {
    "docs": {
      "command": "gnosis-mcp",
      "args": ["serve"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.