This repository has been archived on 2026-03-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
labmcp/README.md
2026-02-03 07:34:40 +01:00

24 lines
587 B
Markdown

# 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