Skip to content

Connect your main agent

Golemry works through your main agent, the AI assistant you already work in (Claude, ChatGPT, Grok, Mistral, 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

Most agents can set this up themselves. Paste this into your chat:

Set up Golemry from golemry.com/more-agents

Your agent reads the setup page and either connects itself or walks you through the clicks.

Golemry is a remote MCP server, so any assistant that supports remote MCP servers can connect. Most clients take this shape:

{
"mcpServers": {
"golemry": {
"url": "https://mcp.golemry.com/mcp"
}
}
}

No authentication headers, no API key. Authentication happens through OAuth on first use.

Some clients name the URL key differently, such as serverUrl in Windsurf and httpUrl in Gemini CLI. Coding agents covers the per-client differences.

Connecting opens a browser window where you sign in to your Golemry account and grant access. Your agent never sees your password. Creating an account is free.

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.

Not connected yet?

You do not need a main agent to use Golemry. You can create and run automations directly in the app. See the Quickstart.