mcp Β· diff

git:20260814.5023d8c to git:20260814.06fa906

13 added, 0 removed. Audit A to A.

---
name: mcp
description: >
Health-check the connected MCP servers and discover/suggest new ones β€” the safe pre-flight
before any integration work, plus a connector scout. Trigger on "/mcp", "/mcp health", "/mcp
discover <need>", "which MCP servers are alive", "find an MCP for <X>". READ-ONLY by default.
license: MIT
---
# /mcp β€” connector health-check & discovery
> πŸ§’ When reporting to Anton end with a child-simple "ΠŸΡ€ΠΎΡΡ‚Ρ‹ΠΌΠΈ словами" recap. (memory `eli5-always`)
Two jobs: (1) **health** β€” is each MCP server alive & authorized? (2) **discover** β€” is there an MCP for a need Anton has? Full rules + the Telegram landmine = memory [[mcp-health-check]].
## health (READ-ONLY, safe order)
1. **In-session tool check FIRST (zero-risk)** β€” if a server's tools are present in the session, call ONE cheap read tool to confirm auth + liveness:
- Telegram β†’ `mcp__telegram__get_me` (expect Tony / @work_acct_a).
- WhatsApp β†’ `mcp__whatsapp__get_my_profile`. n8n β†’ `mcp__n8n__n8n_health_check`. Google Drive/Calendar β†’ a list call. MongoDB β†’ `list-databases`.
This uses the ALREADY-RUNNING server β€” no second client.
2. **Only if a server's tools are ABSENT** β†’ it didn't load. Diagnose registration (`$USERPROFILE/.claude.json` mcpServers) + processes, then reconnect.
3. **⚠️ TELEGRAM LANDMINE:** do NOT run `claude mcp list` or spawn a Telethon client as a casual check β€” a 2nd client on the same StringSession triggers **AUTH_KEY_DUPLICATED** and logs the account out. Prefer in-session `get_me`. Use `claude mcp list` only when the server clearly isn't loaded.
4. **Zombie/leak watch (Windows):** stdio MCPs launched via `uv run`/`npx` can orphan β†’ prefer the direct interpreter as `command`; the "Telegram MCP Janitor" task (every 15 min) kills true orphans (no live `claude.exe` ancestor). Don't guess a hung process β€” verify with facts (alive? progress mtime? elapsed?).
## discover
Use the registry tools: `mcp__mcp-registry__suggest_connectors` (for a stated need), `mcp__mcp-registry__search_mcp_registry`, `mcp__mcp-registry__list_connectors` (what's already available). Rank by: does it solve a REAL recurring need? subscription/local (free) over paid ([[prefer-included-limits-before-paid-api]])? does a stdio server risk Windows orphaning? Propose, don't auto-install β€” wiring a new server = Anton's call.
## Safety
- Health = read-only, run anytime (this is the standing pre-flight before Telegram/integration work).
- Reconnecting, editing `.claude.json`, installing a new server = pause + confirm.
## Output
Per-server 🟒/πŸ”΄ (alive + authed) + any down one with its fix command; for discover, a short ranked shortlist. Then πŸ§’ recap. Setup detail: [[telegram-mcp-connector]], [[whatsapp-mcp-integration]], [[n8n-stack]].
+ ---
+
+ <!-- CONTACT-FOOTER -->
+ ## About & contact
+
+ Built and battle-tested at **Palo Alto AI Research Lab** β€” a fleet of Claude Code machines
+ running 24/7 as a second brain and synthetic cofounder. Every skill here survived real
+ production use before publication.
+
+ - πŸ“¦ All 101 skills: https://github.com/tonydzi/second-brain-starter-kit
+ - πŸ‘€ Author: **Anton Dziatkovskii** β€” Telegram [@tonydzi](https://t.me/tonydzi) Β· WhatsApp [+1 341 222 9178](https://wa.me/13412229178) Β· X [@Tony_Stef_](https://x.com/Tony_Stef_)
+ - πŸ§ͺ **Engineers: want to test-drive this setup?** Message me β€” I hand out free starter seeds to engineers who test and report back. Custom skill requests welcome.
+