axe-devtools-implementation-agent-public

dequelabs/axe-devtools-implementation-agent-public
★ 1 stars PowerShell AI/LLM Updated 11d ago
The implementation agent is an MCP server that can install on a developers workstation that will help with the implementation of Deque's Axe DevTools for Web products into their projects using the IDE's AI chat agent.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "axe-devtools-impleme": {
      "command": "npx",
      "args": [
        "-y",
        "dequelabs/axe-devtools-implementation-agent-public"
      ]
    }
  }
}

README Excerpt

> **⚠️ Disclaimer:** This software is a pre-release and is not officially supported by Deque Systems, Inc. It is provided "as is" without warranty of any kind. Deque shall not be held responsible for any issues, damages, or losses caused by the use of this tool. **Do not run this tool against production branches of your projects.** Always use a dedicated development or feature branch when working with this agent.