vestige/server.json
Sam Valladares 6e3cc4439a docs(server): sharpen MCP manifest description — FSRS-6/active-forgetting, not a vector store
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-28 16:28:17 -05:00

21 lines
587 B
JSON

{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.samvallad33/vestige",
"title": "Vestige",
"description": "Local-first cognitive memory for AI agents. FSRS-6 decay and active forgetting, not a vector store.",
"repository": {
"url": "https://github.com/samvallad33/vestige",
"source": "github"
},
"version": "2.1.27",
"packages": [
{
"registryType": "npm",
"identifier": "vestige-mcp-server",
"version": "2.1.27",
"transport": {
"type": "stdio"
}
}
]
}