phpMyFAQ

v1.0.0Business Applicationsstable

phpMyFAQ - Open Source FAQ web application for PHP 8.3+ and MySQL, PostgreSQL and other databases

databasedockerdocker-composeelasticsearchfaq
Share:
617
Stars
0
Downloads
0
Weekly
0/5

What is phpMyFAQ?

phpMyFAQ is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to phpmyfaq - open source faq web application for php 8.3+ and mysql, postgresql and other databases

phpMyFAQ - Open Source FAQ web application for PHP 8.3+ and MySQL, PostgreSQL and other databases

This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • phpMyFAQ - Open Source FAQ web application for PHP 8.3+ and

Use Cases

Open-source FAQ application
PHP 8.3+ with multiple databases
Elasticsearch and Kubernetes support
thorsten

Maintainer

LicenseMPL-2.0
Languagephp
Versionv1.0.0
UpdatedMay 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx phpmyfaq

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use phpMyFAQ

phpMyFAQ is a mature, open-source FAQ web application built for PHP 8.4+ that supports MySQL, MariaDB, PostgreSQL, Microsoft SQL Server, and SQLite3, with optional Elasticsearch or OpenSearch full-text search. It provides a complete knowledge-base management system with a built-in MCP server interface, allowing AI agents to read, create, and manage FAQ entries programmatically through the Model Context Protocol. Organizations use phpMyFAQ to build self-service help centers and knowledge bases that can be queried and updated by LLM-powered assistants, chatbots, and internal tools.

Prerequisites

  • PHP 8.4 or higher with common extensions (pdo, mbstring, gd, curl, intl)
  • A supported database: MySQL 8+, MariaDB 10.6+, PostgreSQL 14+, Microsoft SQL Server, or SQLite3
  • Composer (PHP dependency manager) and pnpm (Node package manager) for building from source
  • A web server: Nginx, Apache, or FrankenPHP
  • Optional: Elasticsearch 8.x+ or OpenSearch 2.x+ for advanced full-text search
1

Install phpMyFAQ from a release package

Download the latest release ZIP from phpmyfaq.de, extract it to your web server's document root, and navigate to the setup wizard in your browser to complete installation.

# Download and extract:
wget https://www.phpmyfaq.de/download/phpMyFAQ-latest.zip
unzip phpMyFAQ-latest.zip -d /var/www/html/phpmyfaq
# Then open http://your-domain/phpmyfaq/setup/ in your browser
2

Install from source using Docker Compose (recommended for development)

Clone the repository and use the bin/dev helper to start a full local stack including Nginx, MariaDB, and OpenSearch with a single command.

git clone https://github.com/thorsten/phpMyFAQ.git
cd phpMyFAQ
bin/dev up nginx mariadb opensearch
# Or use the default preset:
bin/dev preset default
3

Install PHP and JavaScript dependencies from source

If building from source without Docker, install Composer and pnpm dependencies then build the frontend assets.

curl -s https://getcomposer.org/installer | php
php composer.phar install
curl -fsSL https://get.pnpm.io/install.sh | sh -
pnpm install
pnpm build
4

Complete the web-based setup wizard

Open http://your-domain/phpmyfaq/setup/ in a browser. The wizard will guide you through selecting your database type, entering connection credentials, creating the database schema, and setting the admin password.

5

Configure the MCP server integration

phpMyFAQ includes an MCP server endpoint for AI agent access. Enable it in the admin panel under Configuration → API and note the API endpoint URL and authentication token.

6

Connect your MCP client to the phpMyFAQ MCP endpoint

Add the phpMyFAQ MCP server to your MCP client configuration, providing the base URL of your phpMyFAQ installation and your API token.

phpMyFAQ Examples

Client configuration

MCP client configuration to connect to a running phpMyFAQ instance via its MCP server endpoint.

{
  "mcpServers": {
    "phpmyfaq": {
      "command": "npx",
      "args": ["-y", "phpmyfaq-mcp-client"],
      "env": {
        "PHPMYFAQ_URL": "https://your-domain.com/phpmyfaq",
        "PHPMYFAQ_API_TOKEN": "your-api-token-here"
      }
    }
  }
}

Prompts to try

Example prompts for interacting with a phpMyFAQ knowledge base through an MCP client.

- "Search the FAQ for articles about password reset"
- "List all FAQ categories and the number of articles in each"
- "Create a new FAQ entry: question='How do I reset my password?', answer='Go to the login page and click Forgot Password'"
- "Find all FAQ articles tagged with 'billing' and summarize them"
- "Update the FAQ entry with ID 42 to add a note about the new 2FA requirement"

Troubleshooting phpMyFAQ

Setup wizard fails with 'Could not connect to database'

Verify that your database server is running and accessible from the web server host. Check that the database credentials entered in the wizard are correct and that the database user has CREATE TABLE privileges. For Docker setups, ensure the database service is fully started before accessing the wizard.

Elasticsearch throws vm.max_map_count errors on startup

This is a kernel setting requirement. Run: sudo sysctl -w vm.max_map_count=262144 on the Docker host. To make it permanent, add vm.max_map_count=262144 to /etc/sysctl.conf and run sudo sysctl -p.

Frontend assets are missing or show 404 errors after source install

Run pnpm install followed by pnpm build to compile the TypeScript and CSS assets. Ensure the build output directory is writable by the web server. For Docker builds, the bin/dev helper runs this automatically.

Frequently Asked Questions about phpMyFAQ

What is phpMyFAQ?

phpMyFAQ is a Model Context Protocol (MCP) server that phpmyfaq - open source faq web application for php 8.3+ and mysql, postgresql and other databases It connects AI assistants to external tools and data sources through a standardized interface.

How do I install phpMyFAQ?

Follow the installation instructions on the phpMyFAQ GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with phpMyFAQ?

phpMyFAQ works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is phpMyFAQ free to use?

Yes, phpMyFAQ is open source and available under the MPL-2.0 license. You can use it freely in both personal and commercial projects.

phpMyFAQ Alternatives — Similar Business Applications Servers

Looking for alternatives to phpMyFAQ? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.

n8n

189.1k

A comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou

LobeHub

77.5k

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

Jeecgboot

46.4k

AI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。

CowAgent

44.7k

CowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。

Minds Platform

39.2k

Platform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.

Astrbot

32.8k

AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

Browse More Business Applications MCP Servers

Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "phpmyfaq": { "command": "npx", "args": ["-y", "phpmyfaq"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use phpMyFAQ?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides