2026-01-25 01:31:03 -06:00
|
|
|
{
|
2026-01-27 00:15:17 -06:00
|
|
|
"name": "vestige-mcp-server",
|
2026-02-19 01:09:39 -06:00
|
|
|
"version": "1.6.0",
|
2026-01-25 01:31:03 -06:00
|
|
|
"description": "Vestige MCP Server - AI Memory System for Claude and other assistants",
|
|
|
|
|
"bin": {
|
2026-01-26 23:50:40 -06:00
|
|
|
"vestige-mcp": "bin/vestige-mcp.js",
|
|
|
|
|
"vestige": "bin/vestige.js"
|
2026-01-25 01:31:03 -06:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"postinstall": "node scripts/postinstall.js"
|
|
|
|
|
},
|
2026-01-26 23:50:40 -06:00
|
|
|
"keywords": [
|
|
|
|
|
"mcp",
|
|
|
|
|
"claude",
|
|
|
|
|
"ai",
|
|
|
|
|
"memory",
|
|
|
|
|
"vestige"
|
|
|
|
|
],
|
2026-01-25 01:31:03 -06:00
|
|
|
"author": "Sam Valladares",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2026-01-26 23:50:40 -06:00
|
|
|
"url": "git+https://github.com/samvallad33/vestige.git"
|
2026-01-25 01:31:03 -06:00
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18"
|
|
|
|
|
},
|
2026-01-26 23:50:40 -06:00
|
|
|
"os": [
|
|
|
|
|
"darwin",
|
|
|
|
|
"linux",
|
|
|
|
|
"win32"
|
|
|
|
|
],
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64",
|
|
|
|
|
"arm64"
|
|
|
|
|
]
|
2026-01-25 01:31:03 -06:00
|
|
|
}
|