Back to Home
natsukium icon

mcp-servers-nix

Verified Safe

by natsukium

Overview

Provides a Nix-based configuration framework for Model Control Protocol (MCP) servers with ready-to-use packages and reproducible deployments.

Installation

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

Security Notes

The repository leverages Nix, which inherently promotes reproducible and isolated builds, reducing supply chain risks. It explicitly addresses security concerns regarding credentials by recommending `envFile` or `passwordCommand` instead of hardcoding sensitive information directly into Nix store-readable attributes. The provided `toml-inline-gen.py` and `update.sh` scripts are straightforward and do not contain obvious 'eval' or malicious patterns. While `package-lock.json` lists various dependencies (including dev tools like `eslint`, `vitest`, `typescript`), without access to the full source code of the individual MCP servers, a complete deep dive into potential vulnerabilities of all transitive dependencies isn't possible, but the framework itself demonstrates good security awareness and practices for its configuration role.

Similar Servers

Stats

Interest Score60
Security Score9
Cost ClassLow
Stars181
Forks22
Last Update2026-01-19

Tags

NixConfiguration ManagementMCP ServersDevOpsReproducible Builds