From cd496e562cafb38faf6b2af426d0640d08189538 Mon Sep 17 00:00:00 2001 From: Sam Valladares Date: Thu, 28 May 2026 16:37:33 -0500 Subject: [PATCH] docs: add Glama ownership metadata --- glama.json | 6 ++++++ server.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 glama.json diff --git a/glama.json b/glama.json new file mode 100644 index 0000000..ecca9c4 --- /dev/null +++ b/glama.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://glama.ai/mcp/schemas/server.json", + "maintainers": [ + "samvallad33" + ] +} diff --git a/server.json b/server.json index 7a3d8dd..e11c5a4 100644 --- a/server.json +++ b/server.json @@ -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"