
SDK
Python and TypeScript clients, plus drop-in integrations for OpenAI, Anthropic, LangChain, and LlamaIndex.

API
REST endpoints for store, search, list, get, and delete — scopes, errors, and full request reference.

MCP
Connect Claude, Cursor, GitHub Copilot, and other MCP clients to persistent memory in minutes.
Get started
Quickstart
Store and search your first memory in under five minutes.
Dashboard
API keys, usage, and organization settings at app.thrindex.com.
How it works
Memory model, write pipeline, scoping, and search ranking.
Authentication
API keys, scopes, and how org isolation is enforced.
How it fits your stack
SDK / API — your agent backend calls Thrindex directly:202 Accepted and are processed asynchronously; searches return 200 OK with ranked results in a single request.
What you need
Create an account
Sign up at app.thrindex.com and create an organization.
Generate an API key
In the dashboard, go to API Keys → New key. For MCP, include
memory:write, memory:read, and memory:delete. For API-only use, select the scopes your agent needs. Copy the key when shown — it cannot be retrieved again.Key properties
| Property | Value |
|---|---|
| API base URL | https://api.thrindex.com |
| MCP endpoint | https://api.thrindex.com/mcp |
| Auth | Authorization: Bearer th_live_… |
| Write response | 202 Accepted — async processing |
| Search response | 200 OK — synchronous, ranked results |
| MCP tools | store_memory, search_memories, list_memories, get_memory, delete_memory |
| Data residency | EU (Frankfurt) |
| SDK version | 0.2.0 |