memory_bootstrap
Creates a memory lobe for a new project by scanning repo structure, README, and build system, seeding initial memory so all other Memory MCP tools can be used.
Instructions
When no lobe exists for a project — run this before any other tool. Scans repo structure, README, and build system to create a named lobe and seed initial memory. Required param: "root" (absolute path to repo) when the lobe does not yet exist. Example: {"lobe": "my-project", "root": "/absolute/path/to/repo"}. After bootstrapping, all other tools become available for that lobe.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lobe | No | Memory lobe name. If the lobe doesn't exist yet, also pass "root" to auto-create it. Available lobes: | |
| root | No | Absolute path to the repo root. Required only when the lobe does not exist yet — the server will add it to memory-config.json automatically. | |
| budgetMB | No | Storage budget in MB for the new lobe (default: 2). Only used when auto-creating a lobe via "root". |