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"