bindly-mcp
v1.1.1
Published
Install Bindly MCP server for Claude Code, Claude Desktop, Cursor, and other MCP clients. Persistent knowledge management for AI.
Maintainers
Readme
bindly-mcp
Install Bindly MCP server for Claude Code, Claude Desktop, Cursor, and other MCP clients.
Bindly gives your AI persistent memory — save, search, organize, and retrieve knowledge across conversations.
Quick Start
npx bindly-mcpThis auto-detects your MCP clients and configures them.
Usage
# Auto-detect and configure all MCP clients
npx bindly-mcp
# Configure specific client
npx bindly-mcp --claude-code
npx bindly-mcp --claude-desktop
npx bindly-mcp --cursor
# Print MCP config JSON (for manual setup)
npx bindly-mcp --json
# Print MCP server URL
npx bindly-mcp --urlManual Setup
Add to your MCP client configuration:
{
"mcpServers": {
"bindly": {
"url": "https://mcp.bind.ly/mcp"
}
}
}Claude Code
claude mcp add --transport http bindly https://mcp.bind.ly/mcpClaude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows).
Cursor
Add to ~/.cursor/mcp.json.
What Your AI Can Do
Once connected, your AI has access to 29 MCP tools:
- Save knowledge —
mcp_create_binding - Search —
mcp_search - Retrieve —
mcp_get_binding(with tiered detail levels) - Organize —
mcp_create_set,mcp_add_version_to_set - Comment —
mcp_add_comment - Share —
mcp_create_share
Authentication
On first use, Bindly prompts OAuth authentication through your browser. No API keys needed.
For programmatic access, create a User Key at bind.ly/settings.
Links
- Website: bind.ly
- MCP Guide: bind.ly/help/mcp
- MCP Tools Reference: bind.ly/help/mcp/tools
- AI Discovery: bind.ly/llms.txt
License
MIT
