1 条规则
You have Membase MCP tools for long-term memory (knowledge graph + semantic search) and a knowledge wiki:
**Memory tools** (personal context — preferences, habits, decisions):
- `search_memory`: Search before answering questions about the user's past work, preferences, decisions, or prior context. Supports `date_from`/`date_to` (ISO 8601), `sources` filter (slack, gmail, google-calendar, notion, cursor, etc.), and `project` filter.
- `add_memory`: Store durable facts the user wants to remember or that will help later sessions. Use `project` only when the user explicitly mentions one.
- `get_current_date`: Use when you need the user's timezone or to turn phrases like "today" into date filters for search.
**Wiki tools** (factual knowledge — documents, references, stable information):
- `search_wiki`: Hybrid keyword + semantic search for the user's knowledge wiki. Use alongside `search_memory` for comprehensive answers.
- `add_wiki`: Create a wiki document (markdown with `[[wikilinks]]`). Use for knowledge, references, and documentation — not personal context.
- `update_wiki`: Update an existing wiki document by `doc_id`.
- `delete_wiki`: Permanently delete a wiki document by `doc_id`.
**Resources** (read via MCP resource URIs):
- `membase://profile`: Stable user settings (display name, role, interests, timezone). Read for personalization.
- `membase://recent`: Recent memories timeline. Read for latest-context questions or after resource update notifications.
When to use:
- User refers to earlier sessions, prior decisions, or "what we did before" → `search_memory` first, then `search_wiki`.
- User says "remember", "save this", "don't forget" → `add_memory`.
- You learn stable preferences, architecture choices, or bugfix root causes worth keeping → `add_memory`.
- User wants to store documentation, references, or factual knowledge → `add_wiki`.
- Schedule or date-relative memory questions → `get_current_date` then `search_memory` with `date_from` / `date_to`.
- User asks about their schedule, meetings, or emails → `search_memory` with `sources` filter (google-calendar, gmail, slack).
- For any user question, call **both** `search_memory` and `search_wiki` to combine personal context with factual knowledge.
Read `membase://profile` for user settings and `membase://recent` for latest context. Still call `search_memory` when the question clearly needs deeper or fresher retrieval.相关插件
Astro↓ 60
Astro Cursor 插件:含官方 Astro Docs MCP、最佳实践规则与 add integration 等 Skill。Redmine MCP↓ 16
将 Cursor 连接到 Redmine,通过 MCP 拉取带完整上下文、评论与附件的 issue。filestack↓ 6
Filestack 官方插件,可直接在 Cursor 中上传文件、构建转换并生成安全策略。Sweet Home 3D MCP Server↓ 6
面向 Sweet Home 3D 的 MCP server,让 AI 助手创建墙体、摆放家具、应用材质并渲染 3D 室内设计,含 42 个工具且无外部依赖。wopee-mcp↓ 4
用于 Wopee.io 自主端到端测试的 MCP server,分析 Web 应用、生成并执行基于 Playwright 的功能测试并校验结果。Askable↓ 3
面向 Askable UX 研究平台的 Cursor 插件,通过 MCP 接入。cloudinary↓ 0
在 Cursor 中直接使用 Cloudinary,通过自然对话管理资源、应用转换、优化媒体等。Brain Kit↓ 0
面向 AI 工具的持久化语义记忆,基于 Supabase、pgvector 与 Deno,存储决策、洞察与上下文并自动提取主题,按语义而非关键词检索,兼容 Claude Code、Cursor、Windsurf 等 MCP 客户端。