Skip to content

reclaim mcp server for Zed

io.github.universalamateur/reclaim-mcp-server

MCP server for Reclaim.ai - calendar, tasks, habits, and focus time management

client:Zed transport:stdio runtime:pypi

Install reclaim mcp server in Zed

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

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

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

reclaim mcp server in other clients