From f354c3f353f41b98f2bcb7e01c1a1693e8bbc064 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Tue, 7 Apr 2026 08:43:30 -0500 Subject: [PATCH] chore: add mcp servers and claude code --- darwin/hosts/lithic/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/darwin/hosts/lithic/default.nix b/darwin/hosts/lithic/default.nix index 2b74931..b17810e 100644 --- a/darwin/hosts/lithic/default.nix +++ b/darwin/hosts/lithic/default.nix @@ -12,12 +12,16 @@ in brews = [ "bitwarden-cli" "direnv" + "github-mcp-server" { name = "libvirt"; restart_service = true; } + "mcp-atlassian" + "notion-mcp-server" "nushell" "qemu" + "slack-mcp-server" ]; casks = [ "alt-tab" @@ -25,9 +29,11 @@ in "bitwarden" "bruno" "chromium" + "claude-code" "dbeaver-community" "ghostty" "firefox" + "notion" "notunes" "onlyoffice" "podman-desktop"