Skip to main content
Glama

mcp-nixos

by utensils

nixhub_package_versions

Retrieve version history and nixpkgs commit hashes for a specific NixOS package to ensure reproducible builds. Query by package name and limit results for precise version tracking.

Instructions

Get version history and nixpkgs commit hashes for a specific package from NixHub.io.

Use this tool when users need specific package versions or commit hashes for reproducible builds.

Args: package_name: Name of the package to query (e.g., "firefox", "python") limit: Maximum number of versions to return (default: 10, max: 50)

Returns: Plain text with package info and version history including commit hashes

Input Schema

NameRequiredDescriptionDefault
limitNo
package_nameYes

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "title": "Limit", "type": "integer" }, "package_name": { "title": "Package Name", "type": "string" } }, "required": [ "package_name" ], "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