Wraps the mostajs/orm library so Claude and other AI tools can generate TypeScript EntitySchema definitions, validate them against 24 conceptual rules, and produce SQL migrations by diffing schema versions. You get three tools: generate a schema from a prompt describing entities and relations, lint schemas for common modeling mistakes, and create migration SQL from before/after snapshots. Available as a hosted HTTP endpoint or local stdio process. The local version can read your filesystem for cross-file validation rules. Useful if you're building a data model interactively with an AI assistant and want type-safe schema generation plus automated migration scripts without leaving the conversation.
claude mcp add --transport stdio io.github.apolocine-orm-mcp -- npx -y @mostajs/orm-mcp