utensils/mcp-nixos
MCP-NixOS - Model Context Protocol Server for NixOS resources
Overview
utensils/mcp-nixos is a Python MCP server licensed under MIT. MCP-NixOS - Model Context Protocol Server for NixOS resources Topics: ai-assistant, ai-integration, ai-tools, anthropic, claude, developer-tools, devops-tools, fastmcp, llm-tools, mcp, model-context-protocol, nix, nix-packages, nixos, package-search, python, sre-tools, nix-options, nix-search.
Ranked #69 out of 25632 indexed tools.
In the top 1% of all indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Python MIT
ai-assistantai-integrationai-toolsanthropicclaudedeveloper-toolsdevops-toolsfastmcpllm-toolsmcpmodel-context-protocolnixnix-packagesnixospackage-searchpythonsre-toolsnix-optionsnix-search
Signal Breakdown
Stars 474
Freshness 4d ago
Issue Health 85%
Contributors 9
Dependents 1
Forks 28
Description Good
License MIT
How to Improve
Description low impact
Matched Queries
From the README
# MCP-NixOS - Because Your AI Shouldn't Hallucinate Package Names
## Quick Start
**🚨 No Nix/NixOS Required!** Works on any system - Windows, macOS, Linux. You're just querying APIs.
### Option 1: uvx (Recommended)
```json
{
"mcpServers": {
"nixos": {
"command": "uvx",
"args": ["mcp-nixos"]
}
}
}
```
### Option 2: Nix
```json
{
"mcpServers": {
"nixos": {
"command": "nix",
"args": ["run", "github:utensils/mcp-nixos", "--"]
}
}
}
```
### Option 3: Docker
```json
{
"mcpServers": {
"nixos": {
"command": "docker",
"args": ["run", "--rm", "-i", "ghcr.io/utensils/mcp-nixos"]
}
}
}
```
Your AI now has access to real NixOS data instead of making things up. You're welcome.
### Option 4: HTTP (Remote MCP)
FastMCP supports running this server over HTTP at a URL (the MCP endpoint defaults to `/mcp`).
```bash
# Run an HTTP MCP server at http://127.0.0.1:8000/mcp
MCP_NIXOS_TRANSPORT=http MCP_NIXOS_HOST=127.0.0.1 MCP_N Read full README on GitHub →
Are you the maintainer? Claim this listing