Operations Pulse
Rank #20,114org.openlyuseful/operations-pulse
Local-first operational pulses, durable ticket memory, and governed connection discovery.
Operations Pulse is a Model Context Protocol (MCP) server published by Openly-Useful. It ranks #20,114 of 115,591 servers tracked on MCP Toplist. Operations Pulse is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 23, 2026 and most recently updated on Aug 23, 2026.
Ranks ahead of 95,477 of 115,591 servers on MCP Toplist.
Use Operations Pulse
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add operations-pulse -- npx -y @openly-useful/operations-pulse-mcp[mcp_servers.operations-pulse]
command = "npx"
args = ["-y", "@openly-useful/operations-pulse-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"operations-pulse": {
"command": "npx",
"args": [
"-y",
"@openly-useful/operations-pulse-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"operations-pulse": {
"command": "npx",
"args": [
"-y",
"@openly-useful/operations-pulse-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"operations-pulse": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@openly-useful/operations-pulse-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"operations-pulse": {
"command": "npx",
"args": [
"-y",
"@openly-useful/operations-pulse-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"operations-pulse": {
"command": "npx",
"args": [
"-y",
"@openly-useful/operations-pulse-mcp"
]
}
}
}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/org.openlyuseful%2Foperations-pulse)<a href="https://mcptoplist.com/server/org.openlyuseful%2Foperations-pulse"><img src="https://mcptoplist.com/badge/org.openlyuseful%2Foperations-pulse.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
Openly-Useful
Other servers by Openly-Useful
View all Openly-Useful servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Aug 23, 2026 |
Frequently asked questions
- Who maintains Operations Pulse?
- Operations Pulse is maintained by Openly-Useful, which publishes 5 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Operations Pulse listed on the Official MCP Registry?
- Yes — Operations Pulse is listed on the Official MCP Registry, alongside Glama.
- How many versions does Operations Pulse have?
- MCP Toplist tracks 1 version of Operations Pulse, most recently published on Aug 23, 2026.
- Where can I find the source code for Operations Pulse?
- The source code for Operations Pulse is hosted at github.com/Openly-Useful/operations-pulse.