Coding agents
Coding agents can edit their own MCP configuration, which makes this the easiest case. Instead of clicking through settings, hand the work to the agent. Paste this into your session:
Set up Golemry from golemry.com/more-agentsThe agent reads the setup page and adds the server itself. Approve the sign-in when the browser window opens.
Set it up by hand
Section titled “Set it up by hand”Every client wants the same thing, a remote MCP server over HTTP:
{ "mcpServers": { "golemry": { "url": "https://mcp.golemry.com/mcp" } }}What differs between clients is where that config lives and what the URL key is called.
-
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 in the browser window that opens.
-
Click Add to Cursor and approve the install. Or add the config above manually under Cursor Settings → MCP.
-
Click the login prompt next to the golemry entry and sign in.
-
Run MCP: Add Server from the Command Palette, choose HTTP, and paste
https://mcp.golemry.com/mcp. -
Name it
golemry, then start the server and sign in when prompted.
-
Open Settings → Cascade → MCP servers and add a custom server with the config above. Windsurf calls the URL key
serverUrlinstead ofurl. -
Refresh the server list and sign in when prompted.
-
Add the config above to
~/.gemini/settings.json. Gemini CLI calls the URL keyhttpUrlinstead ofurl. -
Restart the CLI, run
/mcp, and sign in.
Drop the config above into your client’s MCP settings and restart it. If the client only supports stdio servers, use a bridge such as mcp-remote.
Next steps
Section titled “Next steps”Ask your agent to hand off work that repeats: “Use Golemry to check our dependency updates every Monday morning and summarize what changed.” Golemry runs it on schedule, with the overseer checking every result.