Connect your main agent
Golemry works through your main agent, the AI assistant you already work in (Claude, ChatGPT, Claude Code, and others). Connect it once, and you can create, check, and manage scheduled automations just by chatting.
Whichever agent you use, connecting means giving it this address:
https://mcp.golemry.com/mcp-
Open your Claude connectors and choose Add custom connector. In the Claude desktop app, Connectors live under Settings.

-
Name it
Golemryand paste this URL:https://mcp.golemry.com/mcp -
Click Add, then sign in with your Golemry account.
-
In ChatGPT settings, open Apps, go to Advanced settings, and turn on Developer mode.
-
Click Create app, name it
Golemry, and paste this as the Server URL (keep Authentication on OAuth):https://mcp.golemry.com/mcp -
Click Create, then Sign in with Golemry.
-
Run this in your terminal:
Terminal window claude mcp add --transport http --scope user golemry https://mcp.golemry.com/mcp -
Inside Claude Code, run
/mcp, pick golemry, and sign in to Golemry in the browser window that opens.
-
Click Add to Cursor and approve the sign-in. Or add a new server manually under Cursor Settings → MCP with this URL:
https://mcp.golemry.com/mcp -
Click the login prompt next to the golemry entry and sign in to Golemry.
The easiest way: ask your agent to set it up. Paste this:
Add the Golemry MCP server to your MCP config and authenticate. Name it "golemry", the server URL is https://mcp.golemry.com/mcp.Or add it manually. Golemry is a remote MCP server, so any assistant that supports remote MCP servers can use this config:
{ "mcpServers": { "golemry": { "url": "https://mcp.golemry.com/mcp" } }}Signing in
Section titled “Signing in”Connecting opens a browser window where you sign in to your Golemry account and grant access. Your agent never sees your password.
Next steps
Section titled “Next steps”Once connected, ask your main agent to create a job. For example: “Use Golemry to summarize my unread email every morning at 8am.” It will set up the automation and Golemry runs it on schedule.