Operations Pulse for VS Code
org.openlyuseful/operations-pulse
Local-first operational pulses, durable ticket memory, and governed connection discovery.
client:VS Code
transport:stdio
runtime:npm
Install Operations Pulse in VS Code
.vscode/mcp.json
{
"servers": {
"operations-pulse": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@openly-useful/operations-pulse-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs