-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
43 lines (43 loc) · 1.23 KB
/
Copy pathplugin.json
File metadata and controls
43 lines (43 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "session-recall",
"version": "0.6.1",
"description": "Shared semantic recall over local Claude Code, Codex, and Cursor history, with durable deep navigation and guided setup.",
"author": {
"name": "Max Butorin"
},
"homepage": "https://github.com/AbsoluteMode/session-recall",
"repository": "https://github.com/AbsoluteMode/session-recall",
"license": "MIT",
"keywords": [
"memory",
"recall",
"sessions",
"claude-code",
"codex",
"cursor"
],
"skills": "./skills/",
"mcpServers": {
"session-recall": {
"command": "/bin/sh",
"args": [
"-c",
"export PATH=\"$HOME/.local/bin:$HOME/bin:$PATH\"; exec session-recall-mcp"
]
}
},
"interface": {
"displayName": "Session Recall",
"shortDescription": "Recall work from Claude Code, Codex, and Cursor.",
"longDescription": "Search one local semantic index of your Claude Code, Codex, and Cursor sessions, then drill into the original conversational trace.",
"developerName": "Max Butorin",
"category": "Productivity",
"capabilities": [
"Read"
],
"defaultPrompt": [
"Recall what we decided about this task.",
"Find the latest session for this project."
]
}
}