MoonLink
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MoonLinkCapture this webpage as a bookmark and remind me to read it tonight."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MoonLink MCP · MoonlyBox
MoonLink is the official MCP (Model Context Protocol) server of MoonlyBox — an AI-native personal knowledge workspace (bookmarks · sticky notes · todos · Study knowledge base · AI memory).
月光链是魔力宝盒的官方 MCP 服务器:AI 对话即采集——收藏网页、存便签、建待办、写书房文档、提取网页存档,并检索个人知识与记忆。云端托管,跨 Claude / Cursor / Cherry Studio / Copilot 等客户端共享同一份个人记忆。
Open spec, hosted service · 规范开放,服务闭源:this repository contains the integration spec & behavior template only. The hosted service is proprietary.
Connect / 接入
Endpoint 端点:https://moonlybox.cn/mcp (Streamable HTTP)
Auth 认证(二选一):
OAuth — keyless browser authorization, supported by Claude Desktop / Cherry Studio / CodeBuddy
PAT — header
Authorization: Bearer mk_...(issue at 站内「AI 托管」页签 → 月光链)
Quick start 快速开始:
Sign up at https://moonlybox.cn (email registration supported / 支持邮箱注册)
Open 「AI 托管」→ 月光链 → issue a PAT / or use OAuth in your client
Add to your client:
{
"mcpServers": {
"moonlink": {
"url": "https://moonlybox.cn/mcp",
"headers": { "Authorization": "Bearer mk_..." }
}
}
}Related MCP server: big-brain
Tools / 工具(24)
See docs/tools.md for the full table. Highlights:
Capture 采集: add_bookmark · add_sticky · add_todo · save_note · extract_archive · add_memory
Query 检索: search_bookmarks · search_library · search_topics · search_memory · list_stickies · list_todos · list_goals · list_library_index · raw_get
Organize 整理: update_bookmark · update_sticky · update_todo · convert_todo_to_sticky
Delete(soft, 72h restore for bookmarks): delete_bookmark · delete_sticky · delete_todo · restore_bookmark
Agent behavior template / 行为规范
docs/agentsTemplate.md — the canonical "Agents.md" template telling AI clients when & how to use these tools (silent memory whitelist, query-first, deletion confirmation discipline). Drop it into your client as AGENTS.md / CLAUDE.md.
Docs / 文档
Doc | Content |
Full tool table with schemas hints | |
AI behavior template (AGENTS.md source) | |
OAuth 2.1 / DCR client setup | |
Personal Access Token (PAT) guide |
License / 许可
Integration docs & template: CC BY 4.0
The hosted MoonLink service & MoonlyBox platform: Proprietary (see NOTICE)
Contact / 联系
Support & review: support@moonlybox.cn
Open-source & community: open@moonlybox.cn
Privacy policy: https://moonlybox.cn/privacy
This server cannot be deployed
Maintenance
Related MCP Connectors
Personal wiki and memory layer for AI assistants. Persistent, structured memory across sessions.
A self-improving memory layer. Your memory, notes, tasks and goals, remembered everywhere.
Personal context for every AI: search, read, and write back to your private Markdown library.
Shared memory for AI tools — save notes and work records, recall them from any other tool.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI assistants to search, browse, and save to a semantic knowledge graph with vector search and hierarchical organization.51MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI assistants to read and write to a personal knowledge vault of markdown notes, projects, and tasks, with tooling for search, capture, daily logs, and project management across different AI tools.MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI assistants to capture, search, update, and delete notes in a local Markdown vault with automatic categorization and tagging, making knowledge management seamless.2 npm1MIT
- AlicenseNot gradedqualityDmaintenanceGives AI assistants long-term memory by letting them search, read, create, and organize Markdown notes, folders, tags, and links through a hosted note-taking backend.MIT