mirror of
https://github.com/samvallad33/vestige.git
synced 2026-05-09 07:42:37 +02:00
24 lines
576 B
JSON
24 lines
576 B
JSON
|
|
{
|
||
|
|
"name": "@vestige/mcp",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"description": "Vestige MCP Server - AI Memory System for Claude and other assistants",
|
||
|
|
"bin": {
|
||
|
|
"vestige-mcp": "./bin/vestige-mcp.js"
|
||
|
|
},
|
||
|
|
"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"]
|
||
|
|
}
|