Files
gh-obra-episodic-memory/.claude-plugin/plugin.json
2025-11-30 08:44:46 +08:00

21 lines
480 B
JSON

{
"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": {}
}
}
}