agents-wg

modelcontextprotocol/agents-wg
★ 1 stars Unknown language 🤖 AI/LLM Updated 1mo ago
Staging grounds for the Agents Working Group
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agents-wg": {
      "command": "npx",
      "args": [
        "-y",
        "modelcontextprotocol/agents-wg"
      ]
    }
  }
}