Back to Home
natsukium icon

mcp-servers-nix

Verified Safe

by natsukium

Overview

Provides a Nix-based framework for configuring, deploying, and managing various Model Control Protocol (MCP) servers with modularity and reproducibility.

Installation

Run Command
nix run github:natsukium/mcp-servers-nix#mcp-server-fetch

Security Notes

The framework leverages Nix for reproducible builds and explicitly promotes secure credential handling via `envFile` and `passwordCommand`, warning against hardcoding secrets in the Nix store. The provided code snippets for `toml-inline-gen.py` and `update.sh` use standard, well-vetted tools. The primary security consideration lies in the user's configuration of `command` and `passwordCommand` for specific MCP servers, as these can execute arbitrary code, though the framework provides the secure mechanisms.

Similar Servers

Stats

Interest Score61
Security Score9
Cost ClassMedium
Stars160
Forks18
Last Update2025-12-06

Tags

NixConfiguration ManagementServer DeploymentReproducible BuildsModel Control Protocol