Design database schemas from natural language, validate SQL, generate migrations and types
claude mcp add mcp-schema-designer -- npx -y mcp-schema-designer
claude_desktop_config.json
{
"mcpServers": {
"mcp-schema-designer": {
"command": "npx",
"args": [
"-y",
"mcp-schema-designer"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-schema-designer": {
"command": "npx",
"args": [
"-y",
"mcp-schema-designer"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-schema-designer": {
"command": "npx",
"args": [
"-y",
"mcp-schema-designer"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mcp-schema-designer": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-schema-designer"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mcp-schema-designer": {
"command": "npx",
"args": [
"-y",
"mcp-schema-designer"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.vpatser1--mcp-schema-designer/reviews or the review_server meta-tool.
POST /mcp