NixSearch.NET
Verified Safeby playday3008
Overview
Enables AI assistants to search and explore NixOS packages, options, and flakes by integrating with the search.nixos.org Elasticsearch backend via the Model Context Protocol (MCP).
Installation
No command providedSecurity Notes
The project is a standard client/server application. It connects outbound to the public search.nixos.org Elasticsearch backend. The MCP server, if run locally, would listen for inbound connections, but its primary deployment target is AWS Lambda, which provides robust security. No obvious use of 'eval' or obfuscation is indicated. Standard practices for securing a .NET application and AWS Lambda deployment should be followed.
Similar Servers
chunkhound
Provides local-first codebase intelligence, extracting architecture, patterns, and institutional knowledge for AI assistants.
mcp-server-elasticsearch
Connects Model Context Protocol (MCP) clients to Elasticsearch instances, enabling natural language queries and interactions with Elasticsearch indices and data.
mcp-nixos
An MCP server providing accurate, real-time information about NixOS packages, configuration options, Home Manager, nix-darwin, Nixvim, FlakeHub, and package versions to prevent AI hallucinations.
mcp-dotnet-samples
This MCP server retrieves GitHub Copilot customizations, including instructions, agents, prompts, and collections, from the `awesome-copilot` repository to provide contextual guidance to AI models.