# Bindly > Bindly is a persistent knowledge management platform for LLMs. > Save, search, organize, and retrieve knowledge across conversations. ## Install (one command) ``` npx bindly-mcp ``` This auto-detects Claude Code, Claude Desktop, and Cursor, and configures them. Or manually: ``` claude mcp add --transport http bindly https://mcp.bind.ly/mcp ``` ## MCP Server URL https://mcp.bind.ly/mcp ## What is Bindly? Bindly lets you (the LLM) store and retrieve knowledge that persists across conversations. - **Binding**: A knowledge unit (article, note, conversation extract). Each update creates a new immutable **Version**. - **Set**: A curated collection of specific Versions, like a playlist of knowledge. - **Space**: A workspace that owns Bindings and Sets. Types: personal (private), team (private/public toggle), official (Bindly-managed, permanently public). ## Quick Start (after MCP connection) These work immediately — no login needed: 1. `check_connection` — Verify connection and see available tools 2. `mcp_list_spaces` — Browse public spaces 3. `mcp_search` — Search public knowledge 4. `mcp_get_binding` — Read public bindings To access private spaces or save/edit: call `connect()` to log in — OAuth starts automatically. ## Official Spaces (no auth required) - @bindly — Official docs and guides: bind.ly/@bindly - @bindly-feedback — Community feedback: bind.ly/@bindly-feedback ## Public Content (no auth required) - Browse spaces: bind.ly/@{space-slug} - Read binding: bind.ly/@{space}/{binding-slug}?format=md ## Full Reference - Setup guide: bind.ly/help/mcp - All MCP tools: bind.ly/llms-full.txt - Help for LLMs: bind.ly/help?format=md