Databases
Trust: 34/100 (Limited)io.github.HeshamFS/mcp-tool-factory Guide
Generate MCP servers from natural language, OpenAPI specs, or database schemas.
1 starsby HeshamFS
Quick Start
Install
npx @heshamfsalama/mcp-tool-factoryClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-heshamfs-mcp-tool-factory": {
"command": "npx",
"args": [
"@heshamfsalama/mcp-tool-factory"
]
}
}
}