orm mcp for Cursor
io.github.apolocine/orm-mcp
MCP server for @mostajs/orm: generate, lint (24 rules) & migrate EntitySchemas.
client:Cursor
transport:stdio
runtime:npm
Install orm mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"orm-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mostajs/orm-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs