Agent setup

Paste one line. Your assistant does the rest.

It reads a setup file written for it, adds juudd, and signs you in. You click once, in your browser.

paste into your assistant
Fetch and execute the appropriate instructions to set me up for juudd from https://juudd.com/agent-setup/prompt.md

Or triple-click the line to select all of it.

What your assistant does with it

  1. Reads the file. The address is https://juudd.com/agent-setup/prompt.md, plain Markdown, written to the assistant rather than to you. It opens by telling the assistant to do the steps itself.
  2. Adds the connector the way its client takes one. A command in Claude Code, a config file in Cursor or VS Code. The file carries the exact shape for each, VS Code's different key included.
  3. Gets you signed in, then calls hello. You sign in once, in your browser, and your client keeps the token. How the browser opens depends on the app. Claude Code needs a restart first, then /mcp; Codex runs a login command itself. After a restart, paste the same line again and it picks up where it stopped.
  4. Prints this, and stops. With your account where the angle brackets are. If sign-in did not return an account, it is told to say what went wrong instead.
what success looks like
✅ juudd connected — signed in as <account from hello>
Twenty-two tools available. Deploys go to a subdomain with a Postgres database.
Server functions are plain .js with no npm imports, and every table
needs a row-level security policy.

Which assistants this covers

Claude Code, Cursor and VS Code with GitHub Copilot can do every step themselves: each can fetch a page and write the setting that adds a server. So can any other client that speaks remote MCP over HTTP and can fetch a URL.

Claude Desktop, claude.ai and ChatGPT take a connector only through their own settings screen. No file adds it. The assistant tells you where to click, and the file names the menus: Customize → Connectors in Claude, Developer mode in ChatGPT. Signing in works the same after that.

If yours cannot fetch a URL, open the file yourself and paste it in. Or skip the assistant and follow the setup page by hand.

What has been watched, and what has not

On 2026-09-17, Claude Code and Codex were each handed nothing but the line in a fresh conversation. Both read the file and added juudd themselves. Claude Code then needed a restart and a sign-in through /mcp, which the file did not say until that day; Codex reached juudd's sign-in page. Nobody signed in during that run, so the block above has still not been seen at the end of it.

Elsewhere