nix-mcp

XiaoXioe/nix-mcp
★ 0 stars Nix Memory/Knowledge Updated 3d ago
Nix-native Model Context Protocol (MCP) servers
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": {
    "nix-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "XiaoXioe/nix-mcp"
      ]
    }
  }
}

README Excerpt

A Nix Flake repository providing Nix-native packages and builders for various Model Context Protocol (MCP) servers. This flake allows you to run MCP servers hermetically and declaratively in NixOS or Home Manager configurations without needing global installations of `npm` or `pip`. --- This repository contains Nix packaging for the following MCP servers:

Tools (1)

pkgs