kelam.sh Docs Try it Add to Claude
Quickstart

Add it, then ask

Kelam takes about two minutes to set up and then disappears into whatever you already use. Pick the one that matches where you work — you can add all three later, they drive the same workspace.

Before anything: call +1 (978) 274-3508, or hit Talk to one now on the home page. Thirty seconds with a live agent makes the rest of this obvious.

The lazy way

If you already have a coding agent open, hand the setup to it. There's a skill for exactly this: it installs the CLI, configures it, checks it works, and plants the operating guide.

On Claude Code that's also /kelam:setup. The one thing it can't do is add the connector to your claude.ai account — connectors are added from Claude's own settings, so you paste that URL yourself. Everything below is the manual version.

First, a workspace

Sign in at app.kelam.sh. That's the whole setup — your workspace comes with a phone number, shared by every agent on it. Nothing to buy, nothing to configure.

Add it to Claude

The shortest path, and the one most people stay on. Two minutes, then you just ask.

  1. Get your connector URL

    You need the CLI once, to print it:

    $ curl -fsSL https://kelam.sh | sh && kelam login && kelam connector

    It prints a URL that starts https://api.kelam.sh/mcp/k/… — the same one every time. Treat it like a password.

  2. Paste it into Claude

    claude.ai → Settings → Connectors → Add custom connector → paste → save. No sign-in step; the key is in the URL. It'll be there on Claude mobile too.

    On Claude Code instead: claude mcp add --transport http kelam <url>

  3. Ask for something

Add it to your coding agent

Claude Code, Cursor, Copilot, Codex, OpenCode. One command plants Kelam's operating guide where your agent looks for instructions — after that it can build agents, run batches, and dig through call data on its own.

$ curl -fsSL https://kelam.sh | sh && kelam login && kelam skill --install

Run it once per project. On Claude Code there's a plugin that does the install, the setup and the dashboards in one go:

/plugin marketplace add samsadsam/nousdata
/plugin install kelam@nousdata

Or do it all in the browser

Nothing to install at all. app.kelam.sh opens on a chat that can read and write your workspace — describe what you want and it writes the agent, deploys it, and puts it on your number.

Then hit Call on the agent's page and talk to it in the browser — no phone involved, and it costs nothing. Say what was wrong; each correction redeploys in seconds.

What to do next

Common first-run snags

kelam: command not found after installing

The installer prints the line to add — usually putting $HOME/.local/bin on your PATH. Add it to your shell profile and open a new terminal.

A 401 from any command

You're not signed in on this machine. Run kelam login.

Claude doesn't see the connector

Check the URL saved in Settings → Connectors is the whole thing including the /mcp/k/… part. In Claude Code, /mcp lists what's connected.

The browser call button does nothing

Microphone access needs a secure page and browser permission — check the address bar's mic icon. Failing that, dial the agent from a real phone.

My outbound call left a voicemail I didn't want

Outbound calls screen the answerer first and leave one brief message by default. Just say "don't leave voicemails" and it'll turn that off.