clown

amarbel-llc/clown
★ 0 stars Go 🤖 AI/LLM Updated today
Nix wrapper for Claude Code with hierarchical prompts, default-deny Bash/auto-mode, parameterized plugin loading via mkCircus, and HTTP MCP server orchestration
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "clown": {
      "command": "go",
      "args": [
        "run",
        "github.com/amarbel-llc/clown@latest"
      ]
    }
  }
}

README Excerpt

A Nix-packaged wrapper around [Claude Code](https://docs.anthropic.com/en/docs/claude-code) that injects custom system prompts hierarchically, disables Bash by default, and supports parameterized plugin loading. Clown is a Nix flake. The bare wrapper (no plugins) can be run directly: ```sh nix run github:amarbel-llc/clown

Tools (2)

dirsflake

Topics

ai-agentsclaude-codemcpnix-flakeplugin-systemsystem-prompts