Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Bindly Claude Code

БесплатноНе проверен

Knowledge completion layer for Claude Code - finish your thoughts and make them reusable across sessions and agents

GitHubEmbed

Описание

Knowledge completion layer for Claude Code - finish your thoughts and make them reusable across sessions and agents

README

Complete your thoughts. Make them reusable.

Bindly is a knowledge completion layer for Claude Code. It helps you finish your thinking and save it in a way that's accessible across sessions and agents.


What Bindly Is (and Isn't)

Bindly is not auto-memory. It doesn't silently log your conversations.

Instead, Bindly helps you:

  • Form your thoughts into reusable knowledge
  • Refine your understanding over time with version control
  • Organize ideas into project-specific collections
  • Access the same knowledge from any connected agent

"Bindly is about completing knowledge, not auto-logging conversations."


How It Works

When you install this plugin:

  1. MCP Tools become available automatically

    • Search your knowledge base
    • Create and update bindings
    • Organize into Sets
    • Share with others
  2. Skills guide your workflow

    • /bindly:save — Complete and save your current thinking
    • /bindly:search — Find knowledge you've stored
    • /bindly:organize — Group knowledge into Sets

Where Your Data Lives

When you connect via OAuth, your knowledge is stored in your Bindly account at bindly.app — not inside Claude Code.

This means:

  • Persistent: Survives across sessions and reinstalls
  • Portable: Access from ChatGPT, Claude Web, IDE agents, or any MCP client
  • Yours: You control your knowledge, not any single chat app

Quick Start

Option A: Direct MCP Connection (Recommended)

claude mcp add --transport http \
  --header "Authorization: Bearer YOUR_USER_KEY" \
  --scope user \
  bindly https://mcp.bind.ly
  1. Create a User Key at bindly.app/account/user-keys
  2. Copy the claude mcp add command shown after key creation (key is pre-filled)
  3. Paste in your terminal — done!

Option B: Plugin Install

1. Add the Marketplace

/plugin marketplace add seongjaeryu/bindly-claude-code

2. Install the Plugin

/plugin install bindly@bindly-claude-code

3. Authenticate

/mcp

Select Bindly and complete OAuth authentication.

4. Start Using

# Save something you've learned
/bindly:save

# Search your knowledge base
/bindly:search

# Organize into collections
/bindly:organize

Example Workflows

Research Assistant

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'."

Cross-Agent Knowledge

# 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..."

Available MCP Tools

When the plugin is installed, these tools are automatically available:

Tool Purpose
mcp_search Semantic search across your knowledge
mcp_get_binding Retrieve a specific binding
mcp_list_bindings List bindings in a Space
request_create_binding Save new knowledge
request_update_binding Create new version of existing knowledge
mcp_list_sets View your curated collections
request_create_set Create a new collection
request_add_version_to_set Add knowledge to a collection
request_create_binding_share Create a public share link

Core Concepts

Concept Description
Binding A piece of knowledge (article, note, insight)
Version An immutable snapshot — edits create new versions
Set A curated collection of versions
Space Your knowledge workspace

Links


License

MIT License — see LICENSE

from github.com/seongjaeryu/bindly-claude-code

Установка Bindly Claude Code

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/seongjaeryu/bindly-claude-code

FAQ

Bindly Claude Code MCP бесплатный?

Да, Bindly Claude Code MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Bindly Claude Code?

Нет, Bindly Claude Code работает без API-ключей и переменных окружения.

Bindly Claude Code — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Bindly Claude Code в Claude Desktop, Claude Code или Cursor?

Открой Bindly Claude Code на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Bindly Claude Code with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development