bindly-claude-code
Knowledge completion layer for Claude Code - finish your thoughts and make them reusable across sessions and agents
claude mcp add --transport stdio seongjaeryu-bindly-claude-code npx -y bindly-claude-code \ --env BINDLY_OAUTH_CLIENT_ID="OAuth client ID for Bindly (optional placeholder)" \ --env BINDLY_OAUTH_CLIENT_SECRET="OAuth client secret for Bindly (optional placeholder)"
How to use
Bindly for Claude Code adds a knowledge management layer to your Claude Code workflow. It lets you save, search, and organize your thinking into reusable knowledge bindings, with versioned history and project-specific collections (Sets). Once connected, you can use MCP tools to semantic-search your Bindly knowledge, retrieve specific bindings, list bindings within a Set, and create or update bindings and versions. The plugin commands / bindly:save, /bindly:search, and /bindly:organize guide your workflow, enabling you to capture insights as persistent knowledge rather than ephemeral notes. You can also share bindings publicly with a link via a public share mechanism when needed.
Typical usage flows include saving new findings from ongoing work, searching for related bindings to avoid duplication, and organizing related bindings into Sets for project contexts. The MCP tooling supports cross-agent knowledge access, so your Bindly knowledge can be retrieved later from different agents like ChatGPT or other MCP-enabled clients, ensuring continuity across sessions and environments.
How to install
Prerequisites:
- A Claude Code account with MCP access and plugin support
- Optional: OAuth setup with Bindly if you want your knowledge to be stored in your Bindly account
Installation steps:
-
Ensure you have Node.js and npm installed on your system.
- Check: node -v and npm -v
-
Install the MCP server client using npx (as configured in mcp_config):
npx -y bindly-claude-code
- If required by your environment, set up OAuth credentials for Bindly (these are placeholders in the config and can be omitted if not needed):
export BINDLY_OAUTH_CLIENT_ID="your-client-id"
export BINDLY_OAUTH_CLIENT_SECRET="your-client-secret"
-
Start or connect to the MCP server as instructed by the upstream plugin/package (the command above will pull and run the required server component). If you’re using a managed CLI workflow, follow the plugin installation steps in Claude Code to enable MCP access to Bindly.
-
In Claude Code, install and authenticate the Bindly plugin and then invoke the MCP tools (mcp_search, mcp_get_binding, mcp_list_bindings, etc.) via the MCP interface.
Additional notes
Tips and considerations:
- Bindly stores data in your Bindly account when OAuth is used; otherwise, bindings can be stored locally within the MCP session depending on the plugin configuration.
- Use /bindly:save to capture your current thinking as a binding version. Use /bindly:search to quickly locate related knowledge and avoid duplicating effort.
- Organize related bindings into Sets with /bindly:organize to keep project-specific knowledge grouped and easy to share.
- If you encounter authentication issues, re-run the OAuth flow from Claude Code and re-authenticate the Bindly plugin.
- Ensure your environment variables (if used) do not leak sensitive credentials in logs; prefer secure vaults or secret management where possible.
Related MCP Servers
claude-talk-to-figma
A Model Context Protocol (MCP) that allows Claude Desktop and other AI tools (Claude Code, Cursor, Antigravity, etc.) to read, analyze, and modify Figma designs
agent-toolkit
Collection of resources to help AI agents build better with Sanity.
omega-memory
Persistent memory for AI coding agents
shodan
Shodan MCP server for Claude, Cursor & VS Code. 20 tools for passive reconnaissance, CVE/CPE intelligence, DNS analysis, and device search. 4 tools work free without an API key. OSINT and vulnerability research from your IDE.
statelessagent
Your AI forgets everything between sessions. SAME fixes that. Local-first, no API keys, single binary.
mcp-tidy
CLI tool to visualize and manage MCP server configurations in Claude Code. List servers, analyze usage statistics, and clean up unused servers