← スキル一覧に戻る

memory-server
by PrashamTrivedi
⭐ 0🍴 0📅 2026年1月5日
SKILL.md
name: memory-server description: Personal knowledge base for storing code, architecture decisions, and research findings. Use when user says "remember this", "save to memory", "find in memory", "what did I learn about". Supports hierarchical tags.
Memory Server
Your personal knowledge base at: {{SERVER_URL}}
Usage
Save Information
- "Remember this code snippet about React hooks"
- "Save to memory with tags cloudflare>workers, typescript"
- "Store this API documentation"
Search & Retrieve
- "What did I save about Durable Objects?"
- "Find my notes on MCP transport"
- "List memories tagged with architecture"
Available Tools
| Tool | Description |
|---|---|
add_memory | Save new memory with name, content, optional URL and tags |
find_memories | Search by query text and/or filter by tags |
list_memories | Browse all memories with pagination |
get_memory | Retrieve specific memory by ID |
add_tags | Add tags to existing memory |
delete_memory | Remove a memory |
update_url_content | Refresh content from URL source |
Tagging System
Use hierarchical tags for better organization:
parent>child format:
- cloudflare>workers
- cloudflare>d1
- mcp>transport
- mcp>tools
- programming>typescript
- architecture>sop
Examples
Save a Code Snippet
"Remember this Hono middleware pattern with tags hono, middleware, cloudflare>workers"
Research Session
"What do I have saved about WebSocket implementation?"
"Save this new finding with tags real-time, websockets, durable-objects"
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です