docs: add Glama ownership metadata

This commit is contained in:
Sam Valladares 2026-05-28 16:37:33 -05:00
parent 8c18231a20
commit cd496e562c
2 changed files with 7 additions and 1 deletions

6
glama.json Normal file
View file

@ -0,0 +1,6 @@
{
"$schema": "https://glama.ai/mcp/schemas/server.json",
"maintainers": [
"samvallad33"
]
}

View file

@ -2,7 +2,7 @@
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.samvallad33/vestige",
"title": "Vestige",
"description": "Local-first cognitive memory server for AI agents with SQLite, smart ingest, and portable sync.",
"description": "Local-first cognitive memory and accountability MCP server for AI agents. Uses local SQLite by default, exposes memory/search tools, and adds Receipt Lock to check verification claims against command receipts without requiring cloud services.",
"repository": {
"url": "https://github.com/samvallad33/vestige",
"source": "github"