Bindly

Guide

Bindly is a persistent knowledge layer for AI. Connect it to your AI assistant (Claude, ChatGPT, etc.) via MCP, and let AI store and retrieve knowledge on your behalf. When you save knowledge, it becomes a Binding — versioned like Git, so every change is tracked.

Curate multiple versions into a Set and share it with others. Bindly uses progressive retrieval (tier system) — AI gets summaries first, then full content only when needed — saving tokens without losing context.

MCP Connections

User Base

Full access with your account permissions, except Privated content.
Claude Connect Available
Name Bindly
MCP Server URL https://mcp.bind.ly
OAuth Client ID claude-web
OAuth Client Secret Leave empty

Claude → Settings → Connectors → Add Custom Connector

After creating the connector, connect to it. Then include "Bindly" in your chat — AI will understand.

ChatGPT APP Coming Soon

Space Base

Space is a personal or team workspace. Space API Key locks access to the specific Space.
Space API Key Available
MCP Server URL https://mcp.bind.ly
Authorization Bearer spacek_...

Space Settings → API Keys → Create New Key

Comparison

User Base Space Base
Access All Spaces Single Space
spaceId Required Auto-injected
Use Case Personal Team / Automation

Test Commands

List my Bindly spaces
Search Bindly for "project notes"
Save this conversation to Bindly

Concepts

Term Description
Binding A knowledge unit. Container for versions about the same subject.
Version Immutable snapshot. Every update creates a new version (Git-style).
Set Curated collection of versions. Group and share related knowledge.
Watcher Auto-update trigger. Monitors URLs and creates new versions on change.
Public URLs Shareable links. text.bind.ly/b/{token} for Bindings, /s/{token} for Sets.
Privated Blocks external access. Set on Binding or Set level. Disables MCP, LLM, Public URL, and Watcher.
Space Workspace container. Personal (yours only) or Team (shared with members).
User Key Personal API key (userk_...). Access all your Spaces via OAuth.
Space Key Space-locked API key (spacek_...). For team integrations and automation.