Threadline MCP server is live — install in Cursor in 60 seconds

From zero to memory in 3 minutes.

No infrastructure. No vector DB. No PhD required.

01

Step 01 · Visit threadline.to

Start where every great agent begins.

Click 'Get API Key' — no setup, no waitlist, no approval email.

Threadline homepage with Get API Key button
02

Step 02 · Sign in with Google

One click to your account.

Sign in with Google or GitHub. No email verification — your API key is generated instantly.

Sign in screen with Google and GitHub
03

Step 03 · Copy your API key

Live key, quickstart, and snippet — one screen.

A live API key, a quickstart, and a copy-paste snippet — all on one screen.

Onboarding page with masked API key
04

Step 04 · Install the SDK

One command. Every modern runtime.

Works with Node.js, Bun, and Deno — no native bindings, no build steps.

terminal
$ npm install threadline-sdk
05

Step 05 · Inject & update

Two lines. That's it.

inject() fetches 200 tokens of signal in ~38ms. update() extracts new facts automatically — no schema, no embeddings.

inject.ts~38ms
const { injectedPrompt } = await tl.inject(userId, basePrompt)
update.tsextracts facts
await tl.update({ userId, userMessage, agentResponse })
06

Step 06 · Monitor from dashboard

Observability built in.

Watch latency, audit every grant, rotate keys, and inspect agents — all from one dashboard.

Dashboard overview with latency stats

~0ms retrieval

Zero-latency injection

User-owned context

Hard delete, grants, audit trail

2 lines of code

inject() before, update() after

Ready to give your agents memory?

Get API Key →