Catalog
io.github.apolocine/orm-mcp
Officialby apolocine · JavaScript
MCP server for @mostajs/orm: generate, lint (24 rules) & migrate EntitySchemas.
Generates, lints, and migrates database entity schemas for Mosta ORM with 24 validation rules.
Topics
ai-toolsmcpmigrationmodel-context-protocolormschematypescriptmostajs
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"orm-mcp": {
"command": "npx",
"args": [
"-y",
"@mostajs/orm-mcp@0.1.1"
]
}
}
}