MCP.so
登录

Threadctx

@threadctx-dev

关于 Threadctx

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

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

点击上方按钮,在临时沙箱中运行此服务器并实时获取工具列表。

概览

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.

常见问题

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.

评论

更多 MCP 服务器