Skip to main content
Glama

mcp-nixos

by utensils

nixos_flakes_search

Search community-contributed NixOS flakes by name, description, owner, or repository to discover packages and configurations. Returns a plain text list with metadata for streamlined results.

Instructions

Search NixOS flakes by name, description, owner, or repository.

Searches the flake index for community-contributed packages and configurations. Flakes are indexed separately from official packages.

Args: query: The search query (flake name, description, owner, or repository) limit: Maximum number of results to return (default: 20, max: 100) channel: Ignored - flakes use a separate indexing system

Returns: Plain text list of unique flakes with their packages and metadata

Input Schema

NameRequiredDescriptionDefault
channelNounstable
limitNo
queryYes

Input Schema (JSON Schema)

{ "properties": { "channel": { "default": "unstable", "title": "Channel", "type": "string" }, "limit": { "default": 20, "title": "Limit", "type": "integer" }, "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/utensils/mcp-nixos'

If you have feedback or need assistance with the MCP directory API, please join our Discord server