Threadctx
About
Shared memory MCP server for AI coding agents (Claude Code, Cursor). Free & local by default.
Details
- Author
- threadctx-dev
- GitHub stars
- 1
- Downloads
- 241
Jump to
- Local (default, free, no signup): memory stored as a plain JSON file
- Cloud (paid Team tier+): memory shared across everyone on the repo
- memory_write(content, tags?) — the agent calls this after resolving a
- memory_query(task_description, max_results?) — the agent calls this
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
ThreadctxCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
The README includes setup instructions such as npx threadctx-mcp.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"threadctx": {
"threadctx-mcp": {
"command": "npx",
"args": [
"threadctx-mcp"
]
}
}
}
}
McpServers
{
"threadctx-mcp": {
"command": "npx",
"args": [
"threadctx-mcp"
]
}
}
threadctx-mcp
Shared memory MCP server for AI coding agents. Works identically with
Claude Code, Cursor, and any MCP client — same package, same config
shape, no per-client integration work. On first start it also drops a
"check team memory" instruction into whichever agents' rule files your repo
uses (AGENTS.md, CLAUDE.md, Copilot, Windsurf, Cline, Gemini) so the
memory actually gets read, not just exposed.
Modes
- Local (default, free, no signup): memory stored as a plain JSON file
at ~/.threadctx/local.json — zero native dependencies, so
npx threadctx-mcp installs instantly on any machine with Node 18+ (no
compiler, no node-gyp step). No network calls except to whichever LLM
provider your agent already uses. Matching is keyword-based, scoped to
the current repo (detected via git remote). Run npx threadctx-mcp list
any time to see exactly what your agents have stored.
- Cloud (paid Team tier+): memory shared across everyone on the repo,
with real semantic search. Requires an API key from
threadctx.dev (or your own self-hosted
deployment — see ../cloud/README.md).
Quick start
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


