gossipcat

Solid

Use when installing or setting up gossipcat multi-agent orchestration (parallel review, consensus, adaptive dispatch) in Claude Code or Cursor. Installs the gossipcat MCP server and hands off to gossip_status() for all live rules.

AI & Automation 38 stars 5 forks Updated today MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
53
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Install gossipcat gossipcat is an **MCP server** (a running relay + tool server + native-agent dispatch), not a set of prompt rules. This skill installs the server. Once it is connected, **all operational rules — dispatch, consensus, signals — load live from `gossip_status()` and stay in sync with the running server.** This skill does not carry them. ## Steps 1. **Detect the host.** Check the environment: - `echo $CLAUDECODE` prints `1` → **Claude Code**. - `echo $CURSOR` is set, or you are running inside Cursor → **Cursor**. If unclear, ask the user which one they use. 2. **Ask the user: global or project-local install?** 3. **Run the matching commands.** **Global** (works for both Claude Code and Cursor): ```bash npm install -g gossipcat claude mcp add gossipcat -s user -- gossipcat ``` The `claude mcp add` step is **required** for global installs — the postinstall step cannot write a usable `.mcp.json` for a global install, so you must register the server manually. (Cursor users: add `{ "mcpServers": { "gossipcat": { "command": "gossipcat" } } }` to `~/.cursor/mcp.json` instead of `claude mcp add`.) **Project-local** (run inside the target project): ```bash npm install --save-dev gossipcat ``` The postinstall step writes `.mcp.json` into the project root automatically — no `claude mcp add` needed. Open the IDE in that project. 4. **Reconnect.** If you added the server mid-session, run `/mcp` (Claude Code) or r...

Details

Author
gossipcat-ai
Repository
gossipcat-ai/gossipcat-ai
Created
4 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

API & Backend Listed

agami-serve

Wires the local agami MCP server (python -m mcp_harness) into the Claude Desktop app in one step, so you can ask your database questions from Claude Desktop — not just inside Claude Code. Auto-detects the right Python interpreter (the one with your DB driver), installs the agami-core package into it so the registration survives plugin updates, and safely merges the entry into claude_desktop_config.json (backup + atomic write, preserving every other key). The local server is the mirror of the hosted Agami connector — same tools, local backend — so this is also how a developer feels the exact experience their business end-users would get.

19 Updated today
AgamiAI
AI & Automation Featured

mcp-setup

Configure popular MCP servers for enhanced agent capabilities

38,126 Updated today
Yeachan-Heo
AI & Automation Solid

jira-confluence-mcp

Install, configure, secure, and troubleshoot the mcp-atlassian MCP server (sooperset/mcp-atlassian) that connects an agent to Jira/Confluence — including AIR-GAPPED setup (mirror the prebuilt image by digest; no PyPI/git mirror) and internal-CA / TLS handling (mount the CA vs JIRA_SSL_VERIFY=false). Self-hosted Data Center first: the #1 gotcha is DC uses JIRA_PERSONAL_TOKEN (a PAT), NOT the Cloud username+API-token pattern. Covers `claude mcp add`, the env-var catalog, hardening (READ_ONLY_MODE, TOOLSETS/ENABLED_TOOLS, project filters, the v0.22 default-toolset change), Cloud-vs-DC tool/format divergence, and 401/403/field/rate-limit/SSL fixes. NOT a catalogue of the 72 tools — those self-document at runtime; this is the setup/ops knowledge invisible at call time.

3 Updated 2 days ago
air-gapped