vestige/server.json

22 lines
799 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",
"description": "Local-first cognitive memory MCP server for AI agents. Stores in local SQLite, reaches backward through time to find a failure's root cause (Retroactive Salience Backfill, Cai 2024 Nature), flags when a claim contradicts stored memory, and decays unused memories on the FSRS-6 forgetting curve. No cloud required.",
2026-05-01 13:33:54 -05:00
"repository": {
"url": "https://github.com/samvallad33/vestige",
"source": "github"
},
"version": "2.2.0",
2026-05-01 13:33:54 -05:00
"packages": [
{
"registryType": "npm",
"identifier": "vestige-mcp-server",
"version": "2.2.0",
2026-05-01 13:33:54 -05:00
"transport": {
"type": "stdio"
}
}
]
}