mcp-nixos

by utensils
Verified

nixos_search

Search and retrieve NixOS packages, options, or programs directly from the MCP-NixOS server. Specify query type, limit results, and select a channel for accurate, up-to-date system configuration information.

Instructions

Search for NixOS packages, options, or programs.

Args: query: The search term type: The type to search (packages, options, or programs) limit: Maximum number of results to return (default: 20) channel: NixOS channel to use (default: unstable) Returns: Results formatted as text

Input Schema

NameRequiredDescriptionDefault
channelNounstable
ctxYes
limitNo
queryYes
typeNopackages

Input Schema (JSON Schema)

{ "properties": { "channel": { "default": "unstable", "title": "Channel", "type": "string" }, "ctx": { "title": "ctx", "type": "string" }, "limit": { "default": 20, "title": "Limit", "type": "integer" }, "query": { "title": "Query", "type": "string" }, "type": { "default": "packages", "title": "Type", "type": "string" } }, "required": [ "ctx", "query" ], "title": "nixos_searchArguments", "type": "object" }
ID: j13wrfj9az