threadline-mcp
threadline-mcp
MCP server for Threadline — the memory governance layer for AI agents.
Use Threadline's persistent, user-consented memory in any MCP-compatible client: Cursor, Claude Desktop, or your own agent.
Install
npm install -g threadline-mcpRelated MCP server: Lorekeeper
Setup
Get your API key at threadline.to/dashboard.
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"threadline": {
"command": "threadline-mcp",
"env": {
"THREADLINE_API_KEY": "tl_live_your_key_here"
}
}
}
}Cursor
Add to your MCP config in Cursor settings:
{
"threadline": {
"command": "threadline-mcp",
"env": {
"THREADLINE_API_KEY": "tl_live_your_key_here"
}
}
}Any MCP client
THREADLINE_API_KEY=tl_live_your_key_here threadline-mcpTools
inject
Inject user context into a base system prompt before an LLM call.
{
"userId": "user-uuid",
"basePrompt": "You are a helpful assistant."
}Returns an enriched prompt with relevant facts about the user automatically inserted.
update
Update a user's context after an LLM interaction. Extracts and stores structured facts for future sessions.
{
"userId": "user-uuid",
"userMessage": "I prefer concise answers and I'm building in TypeScript.",
"agentResponse": "Got it, keeping it brief."
}How it works
Your MCP client (Cursor / Claude Desktop)
│
▼
threadline-mcp (this package)
│
▼
api.threadline.to
│
┌────┴────┐
▼ ▼
Supabase Redis
(context) (<50ms)inject()— fetches stored context, scores by recency + relevance, returns enriched promptupdate()— two-stage extraction pipeline classifies and stores new facts across 7 scopes
Links
Docs: threadline.to/docs
Dashboard: threadline.to/dashboard
Support: vidur@threadline.to
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseNot gradedqualityDmaintenanceMCP server providing managed persistent memory for AI agents. Read and write structured state across sessions, tools, and restarts at 1000+ requests per second, with no infrastructure to self-host or operate.2Apache 2.0- AlicenseAqualityAmaintenanceMCP memory server for AI agents that gets better with use103Apache 2.0
- AlicenseNot gradedqualityAmaintenanceMCP server providing persistent AI memory with four-tier retrieval (SQLite FTS5, graph, vector, LLM agent) to give AI assistants structured, long-term memory without RAG.1Apache 2.0
- AlicenseAqualityAmaintenanceMCP server for Statewave, an open-source memory runtime for AI agents. Provides persistent memory, context retrieval, and memory compilation through the Model Context Protocol.6173Apache 2.0
Related MCP Connectors
Cloud-hosted MCP server for durable AI memory
Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.
Person-owned, portable AI memory as a remote MCP server, readable and writable by any MCP client.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vidursharma202-del/threadline-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server