Summary
- Cursorでclaude-memのMCPサーバーにアクセスし、過去のセッション記録を検索・新しい観測を記録。トリガー: 'メモリ検索', 'claude-mem', '過去の判断', '記録して', 'memory search', 'past decisions'.
- Do NOT load for: 通常のコーディング、一時的なメモ、実??
smithery/aiskillstore
Cursorでclaude-memのMCPサーバーにアクセスし、過去のセッション記録を検索・新しい観測を記録。トリガー: 'メモリ検索', 'claude-mem', '過去の判断', '記録して', 'memory search', 'past decisions'. Do NOT load for: 通常のコーディング、一時的なメモ、実?
npx skills add smithery/aiskillstore --skill cursor-mem
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Live cursors and multiplayer presence with Rivet Actors: per-connection cursor state, realtime …
1.1K installsHouse-style oversized macOS cursor technique for HyperFrames launch videos. Load whenever a sce…
57.5K installsCursor light trail, chromatic rays, and directional flares for word-by-word quote reveals in vi…
2.2K installs>- Delegate a coding task to the Cursor Agent CLI (`cursor-agent`) as a background implementer,…
2.1K installsUse when building features with **Cursor** in any codebase and the work should go through a dis…
1.3K installsGuide users building apps, scripts, CI pipelines, or automations on top of the Cursor TypeScrip…
16 installsOther skills from smithery/aiskillstore · top by installs.
npx skills add smithery/aiskillstore
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Parsed from SKILL.md frontmatter.
Bash, Read, mcp__claude-mem__*Files included with this skill beyond the listing page.
SKILL.md
5,500 B
SUMMARY.md
345 B
CursorからClaude-memを活用するスキル。Claude CodeとCursorで同じメモリデータベースを共有し、セッション間の知識を引き継ぎます。
Cursor上でclaude-memのMCPツールを直接利用できます:
mcpclaude-memsearch: キーワードでメモリを検索mcpclaude-memtimeline: 時系列で記録を取得mcpclaude-memgetrecentcontext: 最近の文脈を取得mcpclaude-memget_observation: 特定の観測を取得mcpclaude-memcreate_entities: 新しいエンティティを作成mcpclaude-memcreate_relations: エンティティ間の関連を作成mcpclaude-memadd_observations: 観測を追加# harness リポジトリ内に claude-mem-mcp がインストールされている前提
# 絶対パスで参照
HARNESS_PATH="/path/to/claude-code-harness"
プロジェクトルートに .cursor/mcp.json を作成:
{
"mcpServers": {
"claude-mem": {
"type": "stdio",
"command": "/absolute/path/to/claude-code-harness/scripts/claude-mem-mcp"
}
}
}
⚠️ 重要: command には絶対パスを指定してください。
設定後、Cursorを再起動してMCPサーバーを認識させます。
詳細な使用例は [examples.md](./examples.md) を参照してください。
ユーザー: 「認証方式の選定理由を確認したい」
Cursor(Composer):
mcp__claude-mem__search を使用
→ クエリ: "認証 JWT Supabase 選定理由"
→ 過去の決定記録(decisions)を取得
ユーザー: 「この実装パターンを記録しておいて」
Cursor(Composer):
mcp__claude-mem__add_observations を使用
→ タイプ: pattern
→ タグ: source:cursor, review, best-practice
→ 内容: 実装パターンの説明
Claude CodeとCursorで統一されたタグ体系を使用します:
| タグ | 用途 |
|---|---|
source:cursor |
Cursorから記録された情報 |
source:claude-code |
Claude Codeから記録された情報 |
type:decision |
意思決定の記録 |
type:pattern |
再利用可能なパターン |
type:bug |
バグ修正の記録 |
type:review |
レビューでの気付き |
type:handoff |
引き継ぎ事項 |
~/.claude-mem/claude-mem.db)を使用問題: MCPツールが認識されない 解決策:
.cursor/mcp.json のパスが正しいか確認chmod +x scripts/claude-mem-mcp問題: ワーカーが起動しない 解決策:
curl http://127.0.0.1:37777/healthnode ~/.claude/plugins/cache/thedotmack/claude-mem/*/scripts/worker-cli.js start