Bindly

Guide

Not sure what Bindly is?
Connect MCP to your AI and just ask what bind.ly is!

MCP Connections

User Base

Full access with your account permissions, except Privated content.
ChatGPT APP Available
ChatGPT APP Link https://chatgpt.com/g/g-695d37b8adec81919d900232cb8e10a2-bind-ly

Bindly currently works within the ChatGPT app.

We’re building a way to carry context across conversations — seamlessly.

Feedback is always welcome at hello@bind.ly!

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.

Antigravity Available
MCP Server URL https://mcp.bind.ly
Authorization Bearer userk_...

How to use it

1 Create a User Key in the Bindly app. ― https://bindly.app/account/user-keys
2 Copy the ready-to-use sample prompt provided after key creation.
3 Paste the prompt into your AI agent to connect it to Bindly via MCP.
  • Works with IDE AI agents, including Antigravity, Cursor, and Claude Code.
Claude Code (CLI) Available
Setup Command
claude mcp add --transport http \
  --header "Authorization: Bearer YOUR_KEY" \
  --scope user \
  bindly https://mcp.bind.ly

How to set up

1 Create a User Key at bindly.app/account/user-keys — or a Space Token in Space Settings.
2 Copy the ready-to-use claude mcp add command shown after key creation.
3 Paste in your terminal — done! Verify with claude mcp list.

Auto-Approval (Optional)

Merge into ~/.claude/settings.json to skip approval prompts:

{
  "permissions": {
    "allow": [
      "mcp__bindly__check_connection",
      "mcp__bindly__mcp_search",
      "mcp__bindly__mcp_get_binding",
      "mcp__bindly__mcp_list_bindings",
      "mcp__bindly__mcp_list_spaces",
      "mcp__bindly__mcp_list_sets",
      "mcp__bindly__mcp_get_set",
      "mcp__bindly__mcp_list_versions",
      "mcp__bindly__mcp_get_version",
      "mcp__bindly__mcp_get_diff",
      "mcp__bindly__mcp_recent_activity",
      "mcp__bindly__mcp_list_binding_shares",
      "mcp__bindly__mcp_list_set_shares",
      "mcp__bindly__request_create_binding",
      "mcp__bindly__request_update_binding",
      "mcp__bindly__request_create_set",
      "mcp__bindly__request_add_version_to_set",
      "mcp__bindly__request_create_binding_share",
      "mcp__bindly__request_create_set_share"
    ]
  }
}
  • Works on macOS, Windows, and Linux. Use a unique key name per machine to track agent identity.
Chrome extension Coming Soon

Space Base

Space is a personal or team workspace. Space Token locks access to a specific Space with role-based capabilities.
Space Token Disabled – Fix in Progress
MCP Server URL https://mcp.bind.ly
Authorization Bearer sk_...

Space Settings → API Tokens → Create New Token

Space Token Roles:

  • Viewer — Read-only access
  • Agent — Create, update, publish
  • Admin — Full access including delete

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

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.
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 Token Space-locked API token (sk_...) with role-based capabilities. For team integrations and automation.