From 706caa59fda530a5325db634d6b8695f3a8bce8d Mon Sep 17 00:00:00 2001 From: SyncTek <145518101+SyncTekLLC@users.noreply.github.com> Date: Mon, 23 Feb 2026 01:32:56 -0500 Subject: [PATCH] Add GhostQA to community servers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5d25fe6899..4220ab5a3f 100644 --- a/README.md +++ b/README.md @@ -850,6 +850,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[Geolocation](https://github.com/jackyang25/geolocation-mcp-server)** - WalkScore API integration for walkability, transit, and bike scores. - **[ggRMCP](https://github.com/aalobaidi/ggRMCP)** - A Go gateway that converts gRPC services into MCP-compatible tools, allowing AI models like Claude to directly call your gRPC services. - **[Ghost](https://github.com/MFYDev/ghost-mcp)** - A Model Context Protocol (MCP) server for interacting with Ghost CMS through LLM interfaces like Claude. +- **[GhostQA](https://github.com/SyncTek-LLC/ghostqa)** - AI behavioral testing — AI personas navigate web apps in real browsers using vision, report UX issues and bugs. No test scripts or selectors. Ships 4 MCP tools: `ghostqa_run`, `ghostqa_list_products`, `ghostqa_get_results`, `ghostqa_init`. - **[Git](https://github.com/geropl/git-mcp-go)** - Allows LLM to interact with a local git repository, incl. optional push support. - **[Git Mob](https://github.com/Mubashwer/git-mob-mcp-server)** - MCP server that interfaces with the [git-mob](https://github.com/Mubashwer/git-mob) CLI app for managing co-authors in git commits during pair/mob programming. - **[Github](https://github.com/0xshariq/github-mcp-server)** - A Model Context Protocol (MCP) server that provides 29 Git operations + 11 workflow combinations for AI assistants and developers. This server exposes comprehensive Git repository management through a standardized interface, enabling AI models and developers to safely manage complex version control workflows.