원클릭으로
cems-remember
Store memories with project context, categories, and tags into CEMS long-term memory
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Store memories with project context, categories, and tags into CEMS long-term memory
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Search CEMS memory with project-scoped boosting, auto-detecting project from git remote
Search memories for relevant past context, decisions, and patterns
Search memories for relevant past context, decisions, and patterns
View foundation guidelines (rules, principles, constraints) stored in CEMS memory
Search CEMS long-term memory for relevant past context, decisions, patterns, and preferences
Store learnings, decisions, patterns, or preferences into CEMS memory with project context
SOC 직업 분류 기준
| name | cems-remember |
| description | Store memories with project context, categories, and tags into CEMS long-term memory |
Use the CEMS memory_add MCP tool to store information for future recall across sessions.
CEMS MCP server must be configured. See github.com/Chocksy/cems for setup.
When the user says "remember this" or you discover something worth persisting:
personal (default) — only you see itshared — visible to the whole teampreferences, conventions, architecture, decisions, workflow, errors, learnings, or generalgit remote get-url origin to extract org/repo formatgit@github.com:org/repo.git → org/repohttps://github.com/org/repo.git → org/reposource_ref: "project:org/repo"{
"tool": "memory_add",
"arguments": {
"content": "The description of what to remember",
"scope": "personal",
"category": "decisions",
"tags": ["auth", "security"],
"source_ref": "project:org/repo"
}
}