Bindly for Claude Code
完成你的想法。使其可重复使用。
Bindly是Claude Code的知识完成层。它可以帮助您完成思考,并以跨会话和代理可访问的方式保存。
______________________________________________________________________
Bindly是什么(不是什么)
Bindly是 不 自动存储器。它不会默默地记录你的对话。
相反,Bindly可以帮助您:
- 表格 将你的想法转化为可重用的知识
- 精炼 随着时间的推移,您对版本控制的理解
- 组织 将想法转化为特定项目的集合
- 访问 来自任何关联代理的相同知识
“Bindly是关于完成知识,而不是自动记录对话。”
______________________________________________________________________
运作原理
安装此插件时:
- MCP工具 自动可用
- 搜索您的知识库 - 创建和更新绑定 - 组织成集合 - 分享
- 技能 指导您的工作流程
- /bindly:save --完成并保存您当前的想法 - /bindly:search --查找您存储的知识 - /bindly:organize --将知识分组到集合中
______________________________________________________________________
您的数据存储在哪里
当您通过OAuth连接时,您的知识将存储在您的 Bindly帐户位于 bindly.app --不在克劳德密码内。
这意味着:
- 持久:跨会话生存并重新安装
- 便携的:从ChatGPT、Claude Web、IDE代理或任何MCP客户端访问
- 你的:你控制你的知识,而不是任何一个聊天应用程序
______________________________________________________________________
快速开始
选项A:直接MCP连接(推荐)
claude mcp add --transport http \
--header "Authorization: Bearer YOUR_USER_KEY" \
--scope user \
bindly https://mcp.bind.ly- 在以下位置创建用户密钥 bindly.app/account/user-keys
- 复制
claude mcp add创建密钥后显示的命令(密钥已预先填充) - 粘贴到终端上——完成!
选项B:插件安装
1.添加市场
/plugin marketplace add seongjaeryu/bindly-claude-code2.安装插件
/plugin install bindly@bindly-claude-code3.身份验证
/mcp选择Bindly并完成OAuth身份验证。
4.开始使用
# Save something you've learned
/bindly:save
# Search your knowledge base
/bindly:search
# Organize into collections
/bindly:organize______________________________________________________________________
示例工作流
研究助理
You: "I've been debugging this auth issue for an hour. Save what I learned."
Claude: [Searches for existing auth knowledge]
"I found 2 related bindings. Should I update 'OAuth Token Handling'
or create a new binding?"
You: "Update the existing one with the new edge case."
Claude: [Creates new version with your findings]
"Saved to your Bindly account. This is now version 3 of
'OAuth Token Handling'."跨代理知识
# In Claude Code
You: "Save my API design decisions for this project."
Claude: [Saves to Bindly]
# Later, in ChatGPT with Bindly connected
You: "What were my API design decisions?"
ChatGPT: [Retrieves from Bindly] "Here are your 5 key decisions..."______________________________________________________________________
可用的MCP工具
安装插件后,这些工具会自动可用:
| 工具 | 目的 |
|---|---|
mcp_search | 跨知识的语义搜索 |
mcp_get_binding | 检索特定绑定 |
mcp_list_bindings | 列出空间中的绑定 |
request_create_binding | 保存新知识 |
request_update_binding | 创建现有知识的新版本 |
mcp_list_sets | 查看您精心策划的收藏 |
request_create_set | 创建新收藏 |
request_add_version_to_set | 向集合添加知识 |
request_create_binding_share | 创建公共共享链接 |
______________________________________________________________________
核心概念
| 概念 | 描述 |
|---|---|
| 绑定 | 一条知识(文章、笔记、见解) |
| 版本 | 不可变快照——编辑创建新版本 |
| 集 | 精心策划的版本集合 |
| 太空 | 您的知识工作空间 |
______________________________________________________________________
链接
- 网站: https://bind.ly
- 文档: https://bindly.app/docs
- 主存储库: 非常新
______________________________________________________________________
许可证
MIT许可证——见 许可证
