forked from Vvkmnn/claude-historian-mcp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json.backup
More file actions
47 lines (47 loc) 路 1.04 KB
/
Copy pathmanifest.json.backup
File metadata and controls
47 lines (47 loc) 路 1.04 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
44
45
46
47
{
"name": "claude-historian",
"version": "1.0.1",
"description": "Universal Claude conversation history search for Code and Desktop",
"author": "Claude Code Community",
"main": "dist/index.js",
"type": "mcp-server",
"engines": {
"node": ">=20.0.0"
},
"capabilities": {
"tools": true,
"resources": false,
"prompts": false
},
"configuration": {
"command": "node",
"args": ["dist/index.js"],
"env": {}
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"level": "^10.0.0",
"leveldown": "^6.1.1",
"levelup": "^5.1.1",
"better-sqlite3": "^11.10.0"
},
"keywords": [
"claude",
"claude-desktop",
"claude-code",
"mcp",
"history",
"search",
"conversation",
"desktop-integration"
],
"license": "MIT",
"homepage": "https://github.com/Vvkmnn/claude-historian#readme",
"bugs": {
"url": "https://github.com/Vvkmnn/claude-historian/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vvkmnn/claude-historian.git"
}
}