64 Commits

Author SHA1 Message Date
luis 84bb4f4425 docx
NixOS Configuration CI / Nix Flake Check (push) Failing after 18s
2026-07-13 12:37:11 +02:00
hermes-agent 8dc25624ff add: annas-mcp package (Go, fakeHash placeholders)
NixOS Configuration CI / Nix Flake Check (pull_request) Failing after 20s
2026-07-12 18:58:19 +00:00
hermes-agent 676d06f8ca audiobookshelf-mcp: fix vendorHash (from CI)
NixOS Configuration CI / Nix Flake Check (pull_request) Successful in 46s
2026-07-12 11:16:46 +00:00
hermes-agent 4856b98429 fix: remove committed pyc, add to gitignore
NixOS Configuration CI / Nix Flake Check (pull_request) Failing after 14s
2026-07-12 11:14:52 +00:00
hermes-agent d009717854 audiobookshelf-mcp: fix src hash (from CI), still need vendorHash
NixOS Configuration CI / Nix Flake Check (pull_request) Failing after 14s
2026-07-12 11:14:43 +00:00
hermes-agent 617bb9cab5 pinchflat-mcp: add pagination, downloaded filter, and delete_media tool
NixOS Configuration CI / Nix Flake Check (pull_request) Failing after 21s
- list_media: add offset and downloaded params for API pagination
- delete_media: new tool to delete downloaded files (with prevent_download option)
- Bump timeout on delete to 120s
2026-07-12 11:09:19 +00:00
hermes-agent 15906893c0 Add audiobookshelf-mcp package
Go binary from michaeldvinci/audiobookshelf-mcp (v0.0.5).
Covers libraries, audiobooks, podcasts, authors, collections,
playlists, and users. Uses buildGoModule with fakeHash placeholders
to be filled on first nix build.
2026-07-04 22:24:46 +00:00
hermes-agent dc23a30013 Add pinchflat-mcp package
NixOS Configuration CI / Nix Flake Check (pull_request) Successful in 26s
Python MCP server (fastmcp + httpx) that exposes the Pinchflat REST API
as MCP tools. Covers sources, media items, media profiles, tasks, and
settings endpoints.

Tested against live Pinchflat instance — 28 sources, search, app info
all working via stdio transport.
2026-07-04 22:05:12 +00:00
hermes-agent ac60ea8712 fix: correct SRI hash for applemusic-mcp source
NixOS Configuration CI / Nix Flake Check (push) Successful in 17s
2026-06-25 16:12:48 +02:00
hermes-agent 87e2b844e8 fix: use fetchFromGitHub instead of fetchPypi for applemusic-mcp
NixOS Configuration CI / Nix Flake Check (push) Failing after 17s
fetchPypi with pyproject format was causing "Unsupported format pyproject"
error. Switched to fetchFromGitHub to match the pattern used by other
packages in this repo (e.g. zotero-mcp).

Note: the SRI hash is a placeholder — run `nix build .#applemusic-mcp`
and replace with the correct hash from the error output on first build.
2026-06-25 16:11:06 +02:00
hermes-agent 4d88ebc184 feat: register applemusic-mcp in default.nix
NixOS Configuration CI / Nix Flake Check (push) Failing after 9s
2026-06-25 16:06:44 +02:00
hermes-agent 8a362abe52 feat: add applemusic-mcp package
NixOS Configuration CI / Nix Flake Check (push) Successful in 18s
Cross-platform Apple Music MCP server supporting playlist management,
library search, and catalog access via media-user-token (no Apple
Developer account required).

https://github.com/epheterson/applemusic-mcp
2026-06-25 16:06:32 +02:00
hermes-agent 28997eb625 zotero-mcp: add semantic search dependencies (chromadb, sentence-transformers, openai, google-genai, tiktoken)
NixOS Configuration CI / Nix Flake Check (push) Successful in 43s
2026-06-22 11:42:13 +02:00
hermes-agent 90c942e4bb update: bump 6 MCP packages + nixpkgs flake
NixOS Configuration CI / Nix Flake Check (push) Successful in 1m23s
- flake.lock: nixpkgs 2026-05-31 → 2026-06-16
- zotero-mcp: v0.2.2 → v0.5.0
- duckduckgo-mcp-server: 0.1.1-unstable → v0.4.0
- kindly-web-search-mcp-server: bump to latest commit + add trafilatura dep
- sabnzbd-mcp: pin to specific commit instead of refs/heads/main
- jellyfin-mcp: v2026.318.7 → v2026.604.2 (remove go.mod patch)
- nextcloud-mcp-server: v0.89.0 → v0.121.3

n8n-mcp, mcp-arr-server, pdf-reader-mcp held back:
upstream npm packages require @modelcontextprotocol/sdk versions
not yet published to npm registry
2026-06-20 13:55:06 +02:00
luis 6d1df19b13 mcp server
NixOS Configuration CI / Nix Flake Check (push) Successful in 44s
2026-06-14 23:16:03 +02:00
luis f4b66744ad fixes
NixOS Configuration CI / Nix Flake Check (push) Successful in 52s
2026-06-03 23:54:11 +02:00
hermes-agent b17a484806 nextcloud-mcp-server: add missing icalendar-searcher dependency
CI / Flake Check (push) Successful in 46s
CI / Build Individual Packages (academic-search-mcp-server) (push) Successful in 59s
CI / Build Individual Packages (duckduckgo-mcp-server) (push) Successful in 52s
CI / Build Individual Packages (kindly-web-search-mcp-server) (push) Successful in 1m35s
CI / Build Individual Packages (manim-mcp-server) (push) Successful in 1m7s
CI / Build Individual Packages (rust-research-mcp) (push) Failing after 52s
CI / Build Individual Packages (pdf-reader-mcp) (push) Successful in 1m7s
CI / Build Individual Packages (zotero-mcp) (push) Successful in 1m35s
2026-05-28 20:40:20 +02:00
hermes-agent 9c01a07231 fix: unset PYTHONPATH in nextcloud-mcp-server wrapper
CI / Flake Check (pull_request) Has been cancelled
CI / Build Individual Packages (academic-search-mcp-server) (pull_request) Has been cancelled
CI / Build Individual Packages (duckduckgo-mcp-server) (pull_request) Has been cancelled
CI / Build Individual Packages (kindly-web-search-mcp-server) (pull_request) Has been cancelled
CI / Build Individual Packages (manim-mcp-server) (pull_request) Has been cancelled
CI / Build Individual Packages (pdf-reader-mcp) (pull_request) Has been cancelled
CI / Build Individual Packages (rust-research-mcp) (pull_request) Has been cancelled
CI / Build Individual Packages (zotero-mcp) (pull_request) Has been cancelled
Prevents Python 3.12 site-packages (from host env like mautrix bridge) from contaminating the Python 3.13 wrapper, causing C extension ABI mismatches (e.g. PIL._imaging).
2026-05-28 09:15:30 +02:00
hermes-agent fdfdc63883 fix caldav hash
CI / Build Individual Packages (rust-research-mcp) (pull_request) Failing after 52s
CI / Flake Check (pull_request) Has been cancelled
CI / Build Individual Packages (academic-search-mcp-server) (pull_request) Has been cancelled
CI / Build Individual Packages (duckduckgo-mcp-server) (pull_request) Has been cancelled
CI / Build Individual Packages (kindly-web-search-mcp-server) (pull_request) Has been cancelled
CI / Build Individual Packages (manim-mcp-server) (pull_request) Has been cancelled
CI / Build Individual Packages (pdf-reader-mcp) (pull_request) Has been cancelled
CI / Build Individual Packages (zotero-mcp) (pull_request) Has been cancelled
2026-05-28 01:12:44 +02:00
hermes-agent 56e8414d1b inline caldav v3.2.0 to fix module not found 2026-05-28 01:12:29 +02:00
hermes-agent e614c3802b fix mistralai hash 2026-05-28 01:11:05 +02:00
hermes-agent 21da64300d add inlined mistralai to avoid opentelemetry conflict 2026-05-28 01:10:38 +02:00
hermes-agent e26984fd03 disable catchConflicts hook 2026-05-28 01:09:21 +02:00
hermes-agent 555765f4c4 disable runtime dep checks 2026-05-28 01:08:58 +02:00
hermes-agent 17dc826d7b relax all version constraints in postPatch 2026-05-28 01:08:29 +02:00
hermes-agent d39928e0e3 fix uv_build pattern to match actual pyproject.toml format 2026-05-28 01:07:49 +02:00
hermes-agent c22f65865a fix uv-build version constraint 2026-05-28 01:06:23 +02:00
hermes-agent 8f38158c61 fix build backend to uv-build 2026-05-28 01:05:48 +02:00
hermes-agent febfeb61f4 fix postPatch remove --replace-fail 2026-05-28 01:04:50 +02:00
hermes-agent bf3fb5a3a3 apply all 20 wheel hashes 2026-05-28 01:03:32 +02:00
hermes-agent adad2860f7 try underscore pnames for PyPI wheel filenames 2026-05-28 01:01:17 +02:00
hermes-agent b027fd26cd fetchurl with underscore pnames, fetchPypi format=wheel 2026-05-28 00:59:27 +02:00
hermes-agent 8d9d05c308 test: commit pins for last 2 packages 2026-05-28 00:56:30 +02:00
hermes-agent 7369b10b6f apply 8 GitHub source hashes, 2 remaining 2026-05-28 00:44:11 +02:00
hermes-agent 87e2fa8483 fix mkPy to pass extra args 2026-05-27 20:28:37 +02:00
hermes-agent a08806da9a hybrid: 4 pypi wheels + 16 github sources 2026-05-27 20:28:19 +02:00
hermes-agent b73ef032a4 restore dist/py3 hints on wheels 2026-05-27 20:20:48 +02:00
hermes-agent af28a83009 back to format=wheel without dist/python hints 2026-05-27 20:17:17 +02:00
hermes-agent ef7969273d fix source path (no src/ prefix) 2026-05-27 20:08:19 +02:00
hermes-agent 50e7ffca92 fix source hash 2026-05-27 20:07:44 +02:00
hermes-agent 572c9d6481 use wrapper pattern referencing working venv 2026-05-27 20:06:28 +02:00
hermes-agent 5afdbe50fb remove dist/python constraints on fetchWheel 2026-05-27 19:46:54 +02:00
hermes-agent 5b30010e3d fix 4 wheel hashes + source hash 2026-05-27 19:32:09 +02:00
hermes-agent 256a9b025c switch all inlined deps to format=wheel (avoid monorepo/build-system/tag issues) 2026-05-27 19:29:43 +02:00
hermes-agent ad923c5777 apply 6 more hashes from build 2 2026-05-27 19:26:13 +02:00
hermes-agent d4c0be5034 fix known hashes, switch to GitHub sources for wheel-only packages 2026-05-27 19:19:59 +02:00
hermes-agent 384467a43b add nextcloud-mcp-server package (0.89.0) with 20 inlined deps 2026-05-27 17:11:56 +02:00
luis 7c5ea9129d jellyfin-mcp
CI / Flake Check (push) Successful in 45s
CI / Build Individual Packages (academic-search-mcp-server) (push) Successful in 1m8s
CI / Build Individual Packages (duckduckgo-mcp-server) (push) Successful in 48s
CI / Build Individual Packages (manim-mcp-server) (push) Successful in 1m6s
CI / Build Individual Packages (kindly-web-search-mcp-server) (push) Successful in 2m5s
CI / Build Individual Packages (pdf-reader-mcp) (push) Successful in 1m3s
CI / Build Individual Packages (zotero-mcp) (push) Successful in 1m44s
CI / Build Individual Packages (rust-research-mcp) (push) Successful in 6m31s
2026-04-13 21:14:28 +02:00
luis 4afdd64164 zotero mcp pdf/epub support
CI / Flake Check (push) Successful in 41s
CI / Build Individual Packages (academic-search-mcp-server) (push) Successful in 57s
CI / Build Individual Packages (duckduckgo-mcp-server) (push) Successful in 1m12s
CI / Build Individual Packages (kindly-web-search-mcp-server) (push) Successful in 1m31s
CI / Build Individual Packages (manim-mcp-server) (push) Successful in 1m9s
CI / Build Individual Packages (pdf-reader-mcp) (push) Successful in 1m16s
CI / Build Individual Packages (zotero-mcp) (push) Successful in 1m49s
CI / Build Individual Packages (rust-research-mcp) (push) Successful in 7m4s
2026-03-31 10:44:50 +02:00
luis 1fc0e7a87a update
CI / Flake Check (push) Successful in 42s
CI / Build Individual Packages (academic-search-mcp-server) (push) Successful in 56s
CI / Build Individual Packages (duckduckgo-mcp-server) (push) Successful in 49s
CI / Build Individual Packages (kindly-web-search-mcp-server) (push) Successful in 1m26s
CI / Build Individual Packages (manim-mcp-server) (push) Successful in 1m3s
CI / Build Individual Packages (pdf-reader-mcp) (push) Successful in 1m2s
CI / Build Individual Packages (zotero-mcp) (push) Successful in 1m16s
CI / Build Individual Packages (rust-research-mcp) (push) Successful in 6m31s
2026-03-30 21:09:27 +02:00