一键导入
mentisdb
Durable semantic memory for veilid — chain veilid, agent grok-build-cursor.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Durable semantic memory for veilid — chain veilid, agent grok-build-cursor.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
| name | mentisdb |
| description | Durable semantic memory for veilid — chain veilid, agent grok-build-cursor. |
| triggers | ["mentisdb","memory","remember","recall","chain","thought"] |
Repo-scoped override. Full MentisDB patterns: call mentisdb_skill_md on the server for the upstream skill, or read ~/.grok/skills/mentisdb/SKILL.md globally.
| Setting | Value |
|---|---|
chain_key | veilid |
agent_id | grok-build-cursor |
Pass chain_key="veilid" on every mentisdb tool call in this repository.
First MCP calls in every session — before repo search or implementation. Required in plan mode too.
mentisdb_bootstrap(chain_key="veilid", agent_id="grok-build-cursor", content="Session start in veilid; task: <brief user goal>") — content is requiredmentisdb_list_agents(chain_key="veilid") — reuse grok-build-cursor; never auto-create agentsmentisdb_recent_context(chain_key="veilid", agent_id="grok-build-cursor", last_n=20)mentisdb_ranked_search(chain_key="veilid", text="<current task>", limit=10)mentisdb_append a Summary with role: Checkpoint before starting workIf bootstrap fails with missing field content, retry with a non-empty content string.
chain_key="veilid"). All project decisions, lessons, and conventions go here.~/.grok/memory/MEMORY.md is fine for cross-project habits — never duplicate repo facts there.memory_search / memory_get for project-specific recall in this repository.Search with mentisdb_ranked_search(chain_key="veilid", ...) before every mentisdb_append. Link refs to related thoughts. Write LessonLearned, Decision, Constraint, and Checkpoint thoughts eagerly — including after posting plans or finishing research.