21 lines
480 B
JSON
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": {}
|
|
}
|
|
}
|
|
} |