actions

modelcontextprotocol/actions
★ 1 stars JavaScript ⚙️ DevOps Updated 1mo ago
GitHub Actions relevant to the management of MCP repositories.
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": {
    "actions": {
      "command": "npx",
      "args": [
        "-y",
        "modelcontextprotocol/actions"
      ]
    }
  }
}