harnix

tienedev/harnix
★ 0 stars Nix 🤖 AI/LLM Updated 1d ago
Nix Home Manager module for AI agent tooling — MCP servers, Claude Code plugins, skills
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": {
    "harnix": {
      "command": "npx",
      "args": [
        "-y",
        "tienedev/harnix"
      ]
    }
  }
}

README Excerpt

> Declarative AI agent configuration for NixOS / home-manager. One Nix declaration drives all your AI tools. MCP servers, Claude Code plugins, and agent skills are pinned, reproducible, and overwritten on rebuild. CLI additions don't persist — the config is the truth. - **Claude Code** — `~/.claude.json` (mcpServers), `~/.claude/plugins/` (plugins + installed_plugins.json)