MCP.so
登录

Threadlink

@thrialectics

关于 Threadlink

Threadlink is a lightweight CLI tool that creates persistent links between AI conversations and your local files. Coming soon: Browser Extension, MCP Server, and Obsidian Plugin.

基本信息

分类

开发工具

许可证

MIT license

运行时

python

传输方式

stdio

发布者

thrialectics

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Threadlink?

Threadlink is a lightweight protocol and CLI for creating durable, inspectable links between ephemeral context (like AI conversations) and persistent files. It is designed for anyone who wants to trace how an idea became a file or how a file shaped downstream thinking.

How to use Threadlink?

Install via pip from GitHub (requires Python 3.8+ and Git). Use threadlink new or threadlink quick to create a thread, threadlink attach to link files, threadlink reverse to find the source conversation, and threadlink search to find threads by topic.

Key features of Threadlink

  • Create durable links between conversations and files
  • Reverse search: find source conversation from a file
  • Search threads by tag or summary content
  • Dual-mode tags: human-readable or auto-generated
  • Local-first JSON index at ~/.threadlink/thread_index.json

Use cases of Threadlink

  • Trace which AI conversation produced an old design file
  • Find all threads discussing a topic like authentication
  • Keep a new project’s context together by linking multiple files to one conversation

FAQ from Threadlink

What is Threadlink’s core functionality?

It connects AI conversations (via chat URLs) to local files using a simple JSON index, enabling later recall of context.

How is Threadlink different from other tools?

Threadlink is not another PKM or AI wrapper; it is a protocol for context memory that respects your file system and privacy.

What are the runtime requirements?

Python 3.8+ and Git must be installed on your system.

Where does Threadlink store data?

Data is stored locally in ~/.threadlink/thread_index.json.

Is Threadlink extensible?

Yes, it is designed as an open protocol and welcomes plugin development for other tools.

评论

开发工具 分类下的更多 MCP 服务器