docs: Add README

This commit is contained in:
2026-02-03 07:34:40 +01:00
parent 42d7ce78ba
commit 740b846f0c

23
README.md Normal file
View File

@@ -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