Servers
M
MostaORM MCP — generate schemas, lint & migrate from your AI tool
@apolocine
MCP server for @mostajs/orm: generate type-safe EntitySchemas, lint them (24 rules) and produce SQL migrations — for one ORM API across 13 databases.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mostajs-orm": {
"url": "https://orm-mcp.amia.fr/mcp"
}
}
}