What is the io.github.apolocine/orm-mcp MCP server?
MCP server for @mostajs/orm: generate, lint (24 rules) & migrate EntitySchemas.
How to install io.github.apolocine/orm-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"orm-mcp": {
"command": "npx",
"args": [
"-y",
"@mostajs/orm-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"orm-mcp": {
"command": "npx",
"args": [
"-y",
"@mostajs/orm-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"orm-mcp": {
"command": "npx",
"args": [
"-y",
"@mostajs/orm-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"orm-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mostajs/orm-mcp"
]
}
}
}Claude Code
claude mcp add orm-mcp -- npx -y @mostajs/orm-mcpRelated MCP servers
1 MCP server, 13 databases, zero config. Multi-protocol transport with Auth + RBAC.
0
View repository →JavaScript