Socket
Book a DemoInstallSign in
Socket

gad-mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gad-mcp-server

MCP Server for GAD application

latest
npmnpm
Version
0.1.24
Version published
Maintainers
1
Created
Source

gad-mcp-server

This MCP (Model Context Protocol) Server was created for 🦎 GAD application, that was created for learning test automation and testing in general.

Configuration

Install the Code Runner MCP server in VS Code using below buttons:

Install in VS Code Install in VS Code Insiders

Alternatively, you can add configuration in settings.json:

{
  "mcp": {
    "servers": {
      "gad-mcp-server": {
        "command": "npx",
        "args": ["-y", "gad-mcp-server@latest"]
      }
    }
  }
}

MCP inspector

To test the server, you can use the MCP inspector. It is a tool that allows you to inspect and interact with the Model Context Protocol.

https://github.com/modelcontextprotocol/inspector

run:

npx @modelcontextprotocol/inspector node build/index.js

📞 Contact & Support

Feel free to reach out to us:

Happy testing and automating tests! 🚀

jaktestowac.pl Team 💚❤️

PS. For more resources and updates, follow us on our website and GitHub.

Built with 💚❤️ for the Playwright and testing automation community

Keywords

modelcontextprotocol

FAQs

Package last updated on 08 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts