Skip to content
Cursor

github actions for Cursor

io.github.ofershap/github-actions

GitHub Actions MCP — view runs, read logs, re-run jobs, and manage CI/CD.

client:Cursor transport:stdio runtime:npm

Install github actions in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "github-actions": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-github-actions"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

github actions in other clients