From 208a2b40601de53e2a081db0410df64f21d288ec Mon Sep 17 00:00:00 2001 From: chsm04 Date: Wed, 25 Mar 2026 20:03:38 +0900 Subject: [PATCH] =?UTF-8?q?Add=20Pulse=20=E2=80=94=20local=20HTTP=20Channe?= =?UTF-8?q?l=20plugin=20for=20Claude=20Code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pulse is a Channel plugin that enables push notifications into Claude Code sessions via HTTP POST. Localhost-only, no external service dependencies. Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b3db0ee..8e2e49a 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Many resources can be installed directly via Claude Code commands: - [Claude Code Plugins (jeremylongshore)](https://github.com/jeremylongshore/claude-code-plugins) - Marketplace-style repo bundling instruction-template plugins and MCP plugin packs, with install docs. - [Multi-Agent Intelligence Marketplace](https://github.com/jmanhype/claude-code-plugins) - 19 production-grade plugins for trading, swarm intelligence, and GitHub automation built from 68+ specialized agents. Includes quantitative trading systems, DSPy research pipelines, distributed consensus protocols, and multi-agent swarm coordination; add with `/plugin marketplace add jmanhype/claude-code-plugins`. - [Docker Claude Plugins](https://github.com/docker/claude-plugins) - Integrates Docker Desktop's MCP Toolkit as a Claude Code plugin to expose containerized MCP servers through Claude. +- [Pulse](https://github.com/chsm04/pulse) - Local Channel plugin that pushes notifications into Claude Code sessions via HTTP POST. No Discord, no Slack, just curl; install with `/plugin marketplace add chsm04/pulse`. ## MCP Servers - [Atlassian Remote MCP Server](https://developer.atlassian.com/platform/model-context-protocol/) - OAuth-secured remote MCP for Jira/Confluence (Claude setup + cloud endpoints).