MCP Catalogs
Home

prism-coder vs time

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

prism-coder
by dcostenco
time
by modelcontextprotocol
Stars★ 133★ 85,748
30d uses
Score4977
Official
Categories
AI / LLM ToolsKnowledge GraphDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

prism-coder · Summary

MCP server providing persistent memory, semantic search, and local LLM for AI agents.

time · Summary

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

prism-coder · Use cases

  • Persistent memory for AI assistants that remember user context across sessions
  • Offline AI applications requiring zero cloud dependency and privacy
  • Collaborative multi-agent systems with shared knowledge base and role-based access

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

prism-coder · Install

Install Prism Coder using npm:

# Install globally
npm install -g prism-mcp-server

# Or use npx (no install)
npx prism-mcp-server

Add to Claude Desktop / Cursor config:

{
  "mcpServers": {
    "prism": {
      "command": "npx",
      "args": ["-y", "prism-mcp-server"]
    }
  }
}

Download local models with Ollama:

ollama pull dcostenco/prism-coder:1b7   # 2.2 GB
ollama pull dcostenco/prism-coder:8b    # 4.7 GB
ollama pull dcostenco/prism-coder:14b   # 8.4 GB
ollama pull dcostenco/prism-coder:32b   # 19 GB

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.