Skip to content

Commit 63ec00b

Browse files
committed
chore: update installations
1 parent 3629113 commit 63ec00b

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

mcp-registry/servers/[email protected] renamed to mcp-registry/servers/memory-bank-mcp.json

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,9 @@
2020
"@allpepper/memory-bank-mcp"
2121
],
2222
"env": {
23-
"MEMORY_BANK_ROOT": "${path-to-bank}"
23+
"MEMORY_BANK_ROOT": "${MEMORY_BANK_ROOT}"
2424
},
2525
"description": "Run directly with npx for general use"
26-
},
27-
"custom": {
28-
"type": "custom",
29-
"command": "env",
30-
"args": [
31-
"MEMORY_BANK_ROOT=${path-to-bank}",
32-
"npx",
33-
"-y",
34-
"@allpepper/memory-bank-mcp@latest"
35-
],
36-
"description": "For Cursor users"
3726
}
3827
},
3928
"examples": [
@@ -68,7 +57,7 @@
6857
"prompt": "Check if the 'project1' exists in my memory bank."
6958
}
7059
],
71-
"name": "@alioshr/memory-bank-mcp",
60+
"name": "memory-bank-mcp",
7261
"repository": {
7362
"type": "git",
7463
"url": "https://github.com/alioshr/memory-bank-mcp"
@@ -184,4 +173,4 @@
184173
"prompts": [],
185174
"resources": [],
186175
"is_official": false
187-
}
176+
}

0 commit comments

Comments
 (0)