djnn

lucasbrixner/djnn
★ 0 stars Haskell 🤖 AI/LLM Updated 2d ago
Centralized configuration for multiple CLI coding agents — instructions, skills, subagents, hooks, MCP servers, and more.
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": {
    "djnn": {
      "command": "npx",
      "args": [
        "-y",
        "lucasbrixner/djnn"
      ]
    }
  }
}