mcp-nixos copilot-instructions.md

mcp-nixos copilot-instructions.md is an instructions file for GitHub Copilot from utensils/mcp-nixos. It costs 1,510 tokens per session, scanned A, original, MIT.

Development instructions for MCP-NixOS, a server that provides current information about NixOS packages and configuration through the Model Context Protocol, a way for AI tools to call data services.

In plain words
What is it for?
Use them to develop, run, test, lint, format, type-check, and build MCP-NixOS with its required Nix flake environment.
Why use it?
They describe the server’s modules and require the Nix development environment, helping agents use the project’s intended setup and checks.

Instructions file for GitHub Copilot

Written for GitHub Copilot: a Copilot instructions file. Also seen: mentions AGENTS.md.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/utensils/mcp-nixos/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/utensils/mcp-nixos

Made for: GitHub Copilot.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mcp-nixos copilot-instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/utensils/mcp-nixos/copilot-instructions.svg)](https://agentmods.dev/instructions/utensils/mcp-nixos/copilot-instructions)
Your own site
<a href="https://agentmods.dev/instructions/utensils/mcp-nixos/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/utensils/mcp-nixos/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,510 This file is loaded in full into every session.
When invoked 1,510 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.01510 $0.01510
Opus 5 $0.00755 $0.00755
Sonnet 5 $0.00302 $0.00302
Haiku 4.5 $0.00151 $0.00151

Measured yesterday against content hash 14155362f8b0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

mcp-nixos copilot-instructions.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.github/copilot-instructions.md · 128 lines

How it starts

The opening of the file, as written. The whole thing — 128 lines — stays where its author put it; the contents beside it link to each section on GitHub.

GitHub Copilot Instructions for MCP-NixOS

Project Context

MCP-NixOS is a Model Context Protocol (MCP) server providing real-time information about NixOS packages, options, Home Manager, nix-darwin, and flakes. The server prevents AI hallucination by querying official APIs and documentation sources.

Architecture: Modular FastMCP 4.x async server exposing only 2 MCP tools (consolidated from 17 in v1.0 to reduce context window usage).

Key Modules:

  • mcp_nixos/server.py - MCP tools, routing, and entry point
  • mcp_nixos/sources/ - Per-source modules (nixos, home_manager, darwin, flakehub, wiki, etc.)
  • mcp_nixos/config.py - Configuration constants
  • mcp_nixos/caches.py - Cache implementations
  • mcp_nixos/utils.py - Shared utilities

Core Development Workflows

Build & Test Commands (Nix Flake Required)

nix develop              # Enter dev shell with Python venv
run                      # Start MCP server
run-tests               # Run all tests with coverage
lint                    # Check code with ruff
format                  # Format code with ruff
typecheck               # Run mypy type checker
build                   # Build package distributions

Python-only alternative: uv pip install -e ".[dev]" then uv run mcp-nixos

Testing Strategy

  • Markers: @pytest.mark.unit or @pytest.mark.integration (defined in tests/conftest.py)
  • Integration tests hit real APIs - no mocks, use @pytest.mark.flaky(reruns=3) for flaky network calls
  • Async everywhere: pytest-asyncio auto mode enabled, function-scoped event loops
  • Coverage: Always enabled (--cov=mcp_nixos)
  • Output validation: All tests verify plain text output (no XML/JSON leakage)

Run specific tests: pytest tests/test_server.py::test_nixos_search -v

Project-Specific Patterns

1. Plain Text Output Only

Critical: All MCP tool responses must return plain text formatted for LLM consumption. Never return raw JSON or XML to users.

Read the full file on GitHub · 128 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday Changed 14155362f8b0
  2. 6d ago First seen · 128 lines · 1,510 tokens per session scan A 83e063cf698c

Subscribe to this mod's changes

mcp-nixos copilot-instructions.md is an instructions file published in the GitHub repository utensils/mcp-nixos (823 stars, last pushed yesterday), licensed MIT. It adds 1,510 tokens to every session, about $0.0076 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories

postgres-mcp-server copilot-instructions.md

Copilot instructions for satish-kori-27/postgres-mcp-server: Ensure that the previous step has been marked as completed. Call project setup tool with projectType parameter. Run scaffolding command to create project files and folders. Use '.' as the working directory. If no appropriate projectType is available, search…

satish-kori-27/postgres-mcp-server · 503 tokens

awesome-openclaw-usecases-zh AGENTS.md

Instructions for AlexAnys/awesome-openclaw-usecases-zh, covering agents.md, 仓库定位, 你正在用哪个 agent?(quick start), openclaw(原生) and hermes(nous research).

AlexAnys/awesome-openclaw-usecases-zh · 3,826 tokens

agentor copilot-instructions.md

Instructions for CelestoAI/agentor: Read AGENTS.md in the repository root. It is the single source of contributor guidance for this project — architecture, development setup, code style, testing, and CI — and applies to Copilot exactly as written.

CelestoAI/agentor · 141 tokens

latchkey AGENTS.md

AGENTS.md instructions for imbue-ai/latchkey: For information about the high-level goal and motivations, see README.md.

imbue-ai/latchkey · 164 tokens

claudekit AGENTS.md

Instructions for duthaho/claudekit, covering agents.md, what this is, build, test, run, architecture and conventions & gotchas.

duthaho/claudekit · 916 tokens

med-paper-assistant AGENTS.md

AGENTS.md instructions for u9401066/med-paper-assistant, covering agents.md - vs code copilot agent 指引, 核心價值:逐步多輪演進, 運行模式, 檔案保護(normal/research) and 專案規則.

u9401066/med-paper-assistant · 5,565 tokens