vestige/server.json

22 lines
583 B
JSON
Raw Normal View History

2026-05-01 13:33:54 -05:00
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.samvallad33/vestige",
"title": "Vestige",
2026-05-01 13:44:31 -05:00
"description": "Local-first cognitive memory server for AI agents with SQLite, smart ingest, and portable sync.",
2026-05-01 13:33:54 -05:00
"repository": {
"url": "https://github.com/samvallad33/vestige",
"source": "github"
},
"version": "2.1.21",
2026-05-01 13:33:54 -05:00
"packages": [
{
"registryType": "npm",
"identifier": "vestige-mcp-server",
"version": "2.1.21",
2026-05-01 13:33:54 -05:00
"transport": {
"type": "stdio"
}
}
]
}