Skip to content

Zmanim MCP Server for Zed

io.github.ariroffe72/zmanim-mcp-server

MCP server providing Jewish prayer times (zmanim) calculations for any location worldwide.

client:Zed transport:stdio runtime:pypi

Install Zmanim MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "zmanim-mcp-server": {
      "command": "uvx",
      "args": [
        "zmanim-mcp-server"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Zmanim MCP Server in other clients