Loomal

Vestige

MCP server by github.com/samvallad33/vestige

Local-first cognitive memory server for AI agents with SQLite, smart ingest, and portable sync.

550 starsnpm: vestige-mcp-server

About Vestige

Vestige is an MCP (Model Context Protocol) server published by samvallad33 in the official MCP registry, listed under Databases on Loomal. Local-first cognitive memory server for AI agents with SQLite, smart ingest, and portable sync.

It ships as an npm package (vestige-mcp-server), so any MCP client that can launch a local process can run it.

Development happens in the open at github.com/samvallad33/vestige, where the project has earned 550 GitHub stars.

Use Vestige with your agent

Claude Code · one command
claude mcp add vestige -- npx -y vestige-mcp-server
Claude Desktop, Cursor & other MCP clients · config
{
  "mcpServers": {
    "vestige": {
      "command": "npx",
      "args": [
        "-y",
        "vestige-mcp-server"
      ]
    }
  }
}
npmvestige-mcp-server

Frequently asked questions

What is Vestige?
Vestige is an MCP (Model Context Protocol) server by samvallad33 in the Databases category. Local-first cognitive memory server for AI agents with SQLite, smart ingest, and portable sync.
How do I connect Vestige to Claude, Cursor, or another MCP client?
Install Vestige from its npm package (vestige-mcp-server) and register it under "mcpServers" in your client's MCP configuration — for example claude_desktop_config.json or Cursor's mcp.json — then restart the client.
Is Vestige open source?
Yes — the source code is public at github.com/samvallad33/vestige, with 550 GitHub stars.
Can AI agents pay to use Vestige?
Not yet through Loomal — Vestige is listed as a free directory entry. If its maintainer verifies ownership, they can set per-call USDC pricing that agents pay over x402, with settlement on Base.

Listing data from the official MCP registry and GitHub, refreshed periodically. Not affiliated with the maintainer unless claimed. Maintain Vestige? Claim this listing free by verifying GitHub ownership, or contact us.