MostaORM MCP — generate schemas, lint & migrate from your AI tool

by apolocine

237 downloads
Not rated
GitHub

About

MCP server for @mostajs/orm: generate type-safe EntitySchemas, lint them (24 rules) and produce SQL migrations — for one ORM API across 13 databases.

Details

Author
apolocine
Downloads
237
Categories
Other, Database, Developer Tools

- Generate type-safe EntitySchemas from AI prompts
- Lint schemas with 24 built-in rules
- Produce SQL migration scripts automatically
- Single ORM API works across 13 databases
- Designed for integration with any MCP-compatible AI tool

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MostaORM MCP — generate schemas, lint & migrate from your AI tool
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

mostajs_generate_schema

Generate a @mostajs/orm EntitySchema (TypeScript) from an entity name + fields (+ optional relations). Returns ready-to-paste TS and runs the 24-rule validator on the result.

mostajs_validate

Lint one or more @mostajs/orm EntitySchemas with the built-in conceptual validator (24 rules). Pass schemas as JSON. (sourceRoot cross-file rules are only available in local/stdio mode.)

mostajs_create_migration

Diff two sets of @mostajs/orm EntitySchemas and produce SQL migration statements (diffSchemas + generateMigrationSQL).

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mostaorm mcp \u2014 generate schemas, lint & migrate from your ai tool": {
            "mostajs-orm": {
                "url": "https://orm-mcp.amia.fr/mcp"
            }
        }
    }
}

McpServers

{
    "mostajs-orm": {
        "url": "https://orm-mcp.amia.fr/mcp"
    }
}

MCP server for @mostajs/orm: generate type-safe EntitySchemas, lint them (24 rules) and produce SQL migrations — for one ORM API across 13 databases.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.