MCP.so
Sign In

Threadctx

@threadctx-dev

About Threadctx

Shared memory MCP server for AI coding agents (Claude Code, Cursor). Free & local by default.

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "threadctx-mcp": {
      "command": "npx",
      "args": [
        "threadctx-mcp"
      ]
    }
  }
}

Tools

No tools detected

Fetch the live tool list by running this server in a temporary sandbox using the button above.

Overview

What is Threadctx?

Shared memory MCP server for AI coding agents (Claude Code, Cursor). Free & local by default.

How to use Threadctx?

The README includes setup instructions such as npx threadctx-mcp.

Key features of Threadctx

  • 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

Use cases of Threadctx

  • Connect an MCP-compatible client to this repository's service.
  • Review the README-backed setup before enabling it in production.

FAQ from Threadctx

Where is the source code for Threadctx?

The source code is linked from the repository URL on this page.

Does Threadctx include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

Frequently asked questions

Where is the source code for Threadctx?

The source code is linked from the repository URL on this page.

Does Threadctx include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

Comments

More MCP servers