Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:44:46 +08:00
commit c215fc02f8
4 changed files with 230 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "episodic-memory",
"description": "Semantic search for Claude Code conversations. Remember past discussions, decisions, and patterns.",
"version": "1.0.13",
"author": {
"name": "Jesse Vincent",
"email": "jesse@fsck.com"
},
"agents": [
"./agents/search-conversations.md"
],
"mcp": {
"episodic-memory": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/cli/mcp-server-wrapper.js"
],
"env": {}
}
}
}