{
  "markdown": "# Nix MCP Extension\n\nA Gemini CLI extension for managing Nix flakes and scaffolding projects.\n\n## Prerequisites\n\n- [Nix](https://nixos.org/download.html)\n- [Gemini CLI](https://geminicli.com/)\n- [uv](https://github.com/astral-sh/uv)\n\n## Installation\n\n1. Clone this repository.\n2. Link the extension to Gemini CLI:\n   ```bash\n   gemini extensions link .\n   ```\n3. Restart Gemini CLI.\n\n## Tools\n\n| Tool | Description |\n| :--- | :--- |\n| `nix_flake_init` | Initialize a new flake in a directory. |\n| `nix_flake_check` | Run `nix flake check` to verify validity. |\n| `nix_flake_update` | Update flake inputs. |\n| `nix_scaffold_dendritic` | Scaffold a project using the Dendritic (flake-parts) pattern. |\n\n## Development\n\nThis extension is built with Python using `fastmcp`.\n\nRun the server locally for testing:\n```bash\nuv run nix-mcp\n```\n",
  "bytes": 834,
  "sha": "46034d907621b79b9aabaf2d80456955edbb93dd06116e871831ca5755c55ab9",
  "repo_slug": "andre-amorim/nix-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_andre_amorim_nix_mcp_299be7eb/readme"
}