Skip to content

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-agents

The agent reads the setup page and adds the server itself. Approve the sign-in when the browser window opens.

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.

  1. Run this in your terminal:

    Terminal window
    claude mcp add --transport http --scope user golemry https://mcp.golemry.com/mcp
  2. Inside Claude Code, run /mcp, pick golemry, and sign in in the browser window that opens.

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.