Add Bindly Plugin to Official Marketplace - Knowledge Completion Layer
Resolved 💬 2 comments Opened Jan 28, 2026 by seongjaeryu Closed Mar 1, 2026
Plugin Submission Request
I'd like to submit a plugin for consideration in the official Claude Code plugin marketplace.
Plugin Details
- Name: bindly
- Repository: https://github.com/seongjaeryu/bindly-claude-code
- Category: Productivity / Knowledge Management
- License: MIT
Description
Bindly is a knowledge completion layer for Claude Code. Unlike auto-memory tools, Bindly helps users intentionally complete their thoughts and make them reusable across sessions and agents.
"Bindly doesn't try to remember everything for you. It helps you finish your thoughts and make them reusable."
Features
Skills (Workflow Guides):
/bindly:save— Complete and save your current thinking/bindly:search— Search your knowledge base during coding sessions/bindly:organize— Group knowledge into project-specific Sets
MCP Tools:
- Semantic search across all Spaces
- Create and update bindings with version control
- Organize into curated Sets
- Share with time-limited public links
Key Differentiators:
- Not auto-memory — Saving is an intentional act
- Version control — Track how understanding evolves
- Cross-agent access — Same knowledge accessible from ChatGPT, Claude Web, IDE agents
- Remote storage — Data stored at bindly.app, not locally
Technical Details
- Remote MCP server at
mcp.bind.lywith OAuth authentication - Workflow-oriented Skills (not raw API exposure)
- Already tested and working
Installation (Currently Available)
/plugin marketplace add seongjaeryu/bindly-claude-code
/plugin install bindly@bindly-claude-code
/mcp # Authenticate with OAuth
Submission Checklist
- [x] Plugin has valid plugin.json manifest
- [x] Plugin passes
claude plugin validate - [x] Plugin is MIT licensed
- [x] Repository is public
- [x] Includes comprehensive README and SETUP guide
- [x] All MCP tools tested and working
- [x] All Skills tested and working
Links
- Website: https://bind.ly
- Documentation: https://help.bind.ly/guide
- Plugin Repository: https://github.com/seongjaeryu/bindly-claude-code
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗