phpMyFAQ - Open Source FAQ web application for PHP 8.3+ and MySQL, PostgreSQL and other databases
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"phpmyfaq": {
"command": "npx",
"args": [
"-y",
"thorsten/phpMyFAQ"
]
}
}
}
Run in terminal:
claude mcp add phpmyfaq npx -y thorsten/phpMyFAQ
Add to .cursor/mcp.json:
{
"mcpServers": {
"phpmyfaq": {
"command": "npx",
"args": [
"-y",
"thorsten/phpMyFAQ"
]
}
}
}