# ledric > A self-hosted, MCP-native CMS. Humans edit through an admin GUI or a click-to-edit overlay on the live site; agents edit through MCP — twenty structured tools that mirror the admin API; your site reads through a thin HTTP API or typed SDKs (TypeScript and PHP). One Node process, one SQLite file (or external Postgres / MySQL), one versioned content store backing all three surfaces. ledric is open source (Apache 2.0) and shipped on npm as `ledric`. The repo lives at https://github.com/getledric/ledric. ## Getting started - [Quickstart](https://getledric.com/docs/quickstart/): Get ledric running in two minutes with one Node process and one SQLite file. - [Concepts](https://getledric.com/docs/concepts/): The mental model: types, entries, ids/slugs/refs, versions, structural vs inline references, assets, locales, environments, and the wire format. - [Build with an agent](https://getledric.com/docs/build-with-an-agent/): End-to-end walkthrough: ask Claude to set up a schema, seed content, build an Astro site, wire up inline editing. - [Build with an agent — PHP](https://getledric.com/docs/build-with-an-agent-php/): Same end-to-end walkthrough as Build with an agent, but with a vanilla PHP consumer using Ledric\\LedricClient. ## Guides - [Inline editor](https://getledric.com/docs/inline-editor/):