Getting Started

Set up Bindly in three steps. Give your AI a persistent knowledge layer that works across every conversation.

Step 1

Create Your Account

Sign up at bind.ly/app with your email or Google account. A personal Space is created automatically — a private workspace for you and your LLM.

Step 2

Connect Your LLM via MCP

Add Bindly to your MCP client (Claude Desktop, Claude Code, Cursor, or any MCP-compatible client):

{
  "mcpServers": {
    "bindly": {
      "url": "https://mcp.bind.ly/mcp"
    }
  }
}

On first use, you will be prompted to authenticate via OAuth. See the full MCP Connection Guide for details.

Step 3

Save Your First Knowledge

Tell your AI something like:

  • "Save this to Bindly" — creates a new Binding with the conversation content
  • "Search Bindly for Kubernetes" — finds previously saved knowledge
  • "What did I save about deployment?" — retrieves matching Bindings

Key Concepts

Bindly organizes knowledge into a few core concepts:

What Your LLM Can Do

Once connected, your LLM has access to 29 MCP tools for:

See the full MCP Tools Reference for details on all 29 tools.

Next Steps