Actions Pulse
Rank #19,621io.github.tsviz/actions-pulse
MCP server providing actions-pulse capabilities
Actions Pulse is a Model Context Protocol (MCP) server published by tsviz. It ranks #19,621 of 115,591 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Actions Pulse is listed across 3 registries — Official MCP, PulseMCP and Glama, with 6 tracked versions. It was first listed on Jan 24, 2026 and most recently updated on Feb 8, 2026.
Ranks ahead of 95,970 of 115,591 servers on MCP Toplist.
Use Actions Pulse
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add actions-pulse -e "GITHUB_TOKEN=<your GITHUB_TOKEN>" -e "GITHUB_ORG=<your GITHUB_ORG>" -e "GITHUB_ENTERPRISE_SLUG=<your GITHUB_ENTERPRISE_SLUG>" -- docker run -i --rm ghcr.io/tsviz/actions-pulse:v2.0.0Replace each placeholder with your own value before saving.
[mcp_servers.actions-pulse]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/tsviz/actions-pulse:v2.0.0"]
[mcp_servers.actions-pulse.env]
GITHUB_TOKEN = "<your GITHUB_TOKEN>"
GITHUB_ORG = "<your GITHUB_ORG>"
GITHUB_ENTERPRISE_SLUG = "<your GITHUB_ENTERPRISE_SLUG>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"actions-pulse": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/tsviz/actions-pulse:v2.0.0"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>",
"GITHUB_ORG": "<your GITHUB_ORG>",
"GITHUB_ENTERPRISE_SLUG": "<your GITHUB_ENTERPRISE_SLUG>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"actions-pulse": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/tsviz/actions-pulse:v2.0.0"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>",
"GITHUB_ORG": "<your GITHUB_ORG>",
"GITHUB_ENTERPRISE_SLUG": "<your GITHUB_ENTERPRISE_SLUG>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"actions-pulse": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/tsviz/actions-pulse:v2.0.0"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>",
"GITHUB_ORG": "<your GITHUB_ORG>",
"GITHUB_ENTERPRISE_SLUG": "<your GITHUB_ENTERPRISE_SLUG>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"actions-pulse": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/tsviz/actions-pulse:v2.0.0"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>",
"GITHUB_ORG": "<your GITHUB_ORG>",
"GITHUB_ENTERPRISE_SLUG": "<your GITHUB_ENTERPRISE_SLUG>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"actions-pulse": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/tsviz/actions-pulse:v2.0.0"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>",
"GITHUB_ORG": "<your GITHUB_ORG>",
"GITHUB_ENTERPRISE_SLUG": "<your GITHUB_ENTERPRISE_SLUG>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.tsviz%2Factions-pulse)<a href="https://mcptoplist.com/server/io.github.tsviz%2Factions-pulse"><img src="https://mcptoplist.com/badge/io.github.tsviz%2Factions-pulse.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
tsviz
Other servers by tsviz
View all tsviz servers →Available versions (6)
| Version | Published |
|---|---|
| 2.3.0 | Feb 8, 2026 |
| 2.2.1 | Jan 30, 2026 |
| 2.2.0 | Jan 28, 2026 |
| 2.1.0 | Jan 27, 2026 |
| 2.0.0 | Jan 27, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Actions Pulse?
- Actions Pulse is maintained by tsviz, which publishes 2 MCP servers (11 total versions) tracked on MCP Toplist.
- Is Actions Pulse listed on the Official MCP Registry?
- Yes — Actions Pulse is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Actions Pulse have?
- MCP Toplist tracks 6 versions of Actions Pulse, most recently published on Feb 8, 2026.
- Where can I find the source code for Actions Pulse?
- The source code for Actions Pulse is hosted at github.com/tsviz/github-mcp-server-devops.