-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.02 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
48
49
50
{
"name": "vault-cortex",
"version": "0.8.0",
"description": "Set up a Vault Cortex MCP server for your Obsidian vault in one command: npx vault-cortex init",
"license": "MIT",
"type": "module",
"bin": {
"vault-cortex": "dist/bin.js"
},
"files": [
"dist",
"README.md"
],
"engines": {
"node": ">=20.12.0"
},
"repository": {
"type": "git",
"url": "https://github.com/aliasunder/vault-cortex.git",
"directory": "cli"
},
"homepage": "https://github.com/aliasunder/vault-cortex",
"bugs": {
"url": "https://github.com/aliasunder/vault-cortex/issues"
},
"keywords": [
"mcp",
"mcp-server",
"model-context-protocol",
"obsidian",
"obsidian-mcp",
"obsidian-vault",
"ai-memory",
"memory",
"knowledge-base",
"note-taking",
"second-brain",
"hybrid-search",
"task-management",
"semantic-search",
"attachments",
"pdf",
"claude",
"cli"
],
"dependencies": {
"@clack/prompts": "1.7.0",
"commander": "14.0.3"
}
}