verb-router

bounded-systems/verb-router
★ 0 stars Nix Code/Dev Tools Updated today
Compose verbspec registries into one nix-generated Claude Code plugin: a verb router MCP server plus generated /verb:* commands and marketplace.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "verb-router": {
      "command": "npx",
      "args": [
        "-y",
        "bounded-systems/verb-router"
      ]
    }
  }
}

README Excerpt

Compose [verbspec](https://github.com/bounded-systems/verbspec) registries into one MCP server, and generate a complete Claude Code plugin from the verbs themselves — commands, manifests, and marketplace — as a single immutable nix store path. A verb's `summary` becomes both its MCP tool description and its `/<name>:<verb>` slash-command

Tools (1)

verb