From 740b846f0c902afd55c7fd58adf8d3ffa823ba2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Tue, 3 Feb 2026 07:34:40 +0100 Subject: [PATCH] docs: Add README --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6ee85b5 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# LabMCP + +A collection of Model Context Protocol (MCP) servers written in Go. + +## NixOS Options MCP Server + +Search and query NixOS configuration options across multiple nixpkgs revisions. + +**Features:** +- Search options with fuzzy matching +- Query specific options with full metadata +- Index multiple nixpkgs revisions +- Fetch nixpkgs module source files +- Support for PostgreSQL and SQLite + +## Status + +🚧 **In Development** - Not yet functional + +## Documentation + +- See [TODO.md](TODO.md) for implementation progress +- See [CLAUDE.md](CLAUDE.md) for architecture and design decisions