Connect your agent
Install the scoped MCP server so Codex can make backend changes through Localbase.
> npx @mrace07/localbase init ai-memory OK Localbase project created OK MCP server ready on localhost
Localbase gives Codex a scoped MCP surface for creating auth, resources, relationships, indexes, and rows against a real local Postgres backend.
No hosted account required. Install locally and connect your agent in minutes.
Docker, Postgres, API config, and MCP setup from your terminal.
Install the scoped MCP server so Codex can make backend changes through Localbase.
> npx @mrace07/localbase init ai-memory OK Localbase project created OK MCP server ready on localhost
Approve backend changes, inspect generated resources, and keep the data on your machine.
Create auth-owned memories and documents
resources.create / indexes.add / rows.insert"Create a backend for an AI research assistant." Codex figures out the resources it needs and calls the Localbase MCP tools.
create_resourcecreate_relationshipinsert_rowCodex gets typed backend operations instead of broad shell access or improvised SQL.
Project config stays local while the agent works through a scoped MCP server.
Resources, rows, indexes, auth, and relationships are inspectable in the generated backend.
The demo video lives in the app assets folder and is imported into this UI. It shows the local workflow instead of relying on an external embed.
Every operation gets a narrow interface, local state, and a repeatable command path.
Managed local development with reproducible setup, visible schema changes, and project-level agent access.