2026-01-25 01:31:03 -06:00
|
|
|
{
|
|
|
|
|
"name": "@vestige/mcp",
|
2026-01-26 23:48:23 -06:00
|
|
|
"version": "1.1.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:48:23 -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"
|
|
|
|
|
},
|
|
|
|
|
"keywords": ["mcp", "claude", "ai", "memory", "vestige"],
|
|
|
|
|
"author": "Sam Valladares",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/samvallad33/vestige"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18"
|
|
|
|
|
},
|
|
|
|
|
"os": ["darwin", "linux", "win32"],
|
|
|
|
|
"cpu": ["x64", "arm64"]
|
|
|
|
|
}
|