swat-marketplace

LangSensei/swat-marketplace
★ 0 stars JavaScript 🤖 AI/LLM Updated today
The official marketplace for SWAT. Discover and install specialized AI squads, skills, and MCP server configurations.
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": {
    "swat-marketplace": {
      "command": "npx",
      "args": [
        "-y",
        "LangSensei/swat-marketplace"
      ]
    }
  }
}