Liminality · Connected
You're in.
Here is your key, then three short steps to connect it and run your first solve.
Your API key
… Save this now. It is also in your welcome email. Treat it like a password.
Your key is on its way
We are minting your key and emailing it to you, usually within a minute. When it arrives, paste it below and the whole walkthrough fills in with your real key.
We already ran your request
Solving your request…
That ran on your new key. The steps below are how you do this yourself, any time, from your own client.
Use it in three steps
Connect Liminality to your client
Pick the client you use. Your key is already filled into the command, so you can copy and paste as is.
- Open your terminal and run:
claude mcp add liminality --transport http https://liminality.physea.ai/mcp --header "X-API-Key: YOUR_KEY" - Start Claude Code and ask it to use Liminality.
How you know it worked: run claude mcp list and you see liminality with a connected check.
- Click to install, it opens Cursor with the server prefilled:
-
Or add it by hand in
~/.cursor/mcp.json:
How you know it worked: Cursor Settings → MCP shows liminality with a green dot and its tools listed.
- One-click install, then approve when VS Code asks:
-
Or add it by hand in
.vscode/mcp.json:
How you know it worked: the MCP panel lists liminality as running, with its tools underneath.
- Add a remote / HTTP MCP server pointing at:
https://liminality.physea.ai/mcp - Set the auth header
X-API-Keyto:YOUR_KEY
How you know it worked: your client lists the liminality tools after it connects. The handshake and the tool list are always free.
Run your first solve
Two ways to do it. Both use the same key.
- From your agent. Just ask it in plain language:
Use Liminality to send a weekly digest email from our git activity. - Or call the API directly:
curl -X POST https://liminality.physea.ai/reduce \ -H "Content-Type: application/json" -H "X-API-Key: YOUR_KEY" \ -d '{"question": "send a weekly digest email from our git activity"}'
What you get back: the request reduced into its real sub-questions, each grounded to a tool, and the route that runs. A solve is one request start to finish. The back and forth inside it never bills.
Keep going
The first 3 solves on your key are free. The same key keeps your library, so the more you solve, the more routes you can reuse. When you want more solves, buy a pack.
Stuck on anything? Email [email protected] and we will get you running.