Memstead

Schema-agnostic graph engine

A schema-agnostic graph engine for AI agents.
Typed markdown in git. Queryable and mutable over MCP.

Featured Vaults

Get Started

Use a published vault

memstead vault-repo init
memstead workspace allow-create --schema '*' notes
memstead vault init notes --schema default@1.0.0
memstead install @scope/name
memstead stats

Installs attach to a workspace, so the first three commands bootstrap one. Browse the registry above for a real @scope/name.

Author your own vault

Scaffold a vault with memstead init --name notes --schema default@1.0.0, then point any MCP-capable agent at it:

{
  "mcpServers": {
    "memstead": {
      "command": "/path/to/memstead-mcp"
    }
  }
}

The server discovers the workspace from its working directory.

Same engine for read and write. The CLI mirrors every MCP tool — memstead search, memstead create, etc.

Memstead is pre-release. Public binaries and source arrive with the open-source launch.