Mcp Revoke banner
MilindGaharwar MilindGaharwar

Mcp Revoke

Development community

Description

--- name: mcp-revoke description: Revoke a previously approved MCP package from the allowlist ledger argument-hint: "<package>" user-invocable: true allowed-tools: Bash, Read --- Remove a package from the root-owned allowlist ledger. ## Procedure 1. **Parse arguments.** Extract package name from $ARGUMENTS (e.g., `@playwright/mcp`). 2. **Locate and check the ledger.** The allowlist lives at `~/.config/fettle/mcp-allowlist.json` by default (a policy-pinned `[gates.mcp_trust].allowlist_path` w

Installation

Installs to ~/.claude/skills/milindgaharwar-fettle-mcp-revoke/SKILL.md

Terminal
mkdir -p ~/.claude/skills/milindgaharwar-fettle-mcp-revoke && curl -fsSL https://raw.githubusercontent.com/MilindGaharwar/fettle/HEAD/commands/mcp-revoke.md -o ~/.claude/skills/milindgaharwar-fettle-mcp-revoke/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository