From 2ed609142dcb6dfa231ce1fa6e5a10377ba88f17 Mon Sep 17 00:00:00 2001 From: DanMat Date: Sat, 18 Jul 2026 03:46:22 -0400 Subject: [PATCH 1/2] Add packkit-mcp to Developer Tools --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a1980e06d..92d52825c 100644 --- a/README.md +++ b/README.md @@ -1384,6 +1384,9 @@ Tools and integrations that enhance the development workflow and environment man - [Bishop81/imagedimensions-mcp](https://github.com/Bishop81/imagedimensions-mcp) [![Bishop81/imagedimensions-mcp MCP server](https://glama.ai/mcp/servers/Bishop81/imagedimensions-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Bishop81/imagedimensions-mcp) 📇 ☁️ - Audit the images on any web page: natural vs rendered dimensions, oversized-image detection, and format breakdown, so agents can check web-image performance. Calls the hosted imagedimensions.com API, so no local browser is required. `npx -y imagedimensions-mcp` - [sebastienrousseau/rlg](https://github.com/sebastienrousseau/rlg) [![sebastienrousseau/rlg-mcp MCP server](https://glama.ai/mcp/servers/sebastienrousseau/rlg/badges/score.svg)](https://glama.ai/mcp/servers/sebastienrousseau/rlg) 🦀 🏠 🍎 🪟 🐧 - **Log-stream tools for on-call / SRE agent workflows** — expose `rlg` (RustLogs) log files as MCP tools. Three tools: `tail_log` (last N events, filtered by level/target), `filter_log` (JSON-path-style predicates), `summarize_errors` (grouped error taxonomy). Speaks JSON-RPC 2.0 over stdio; near-lock-free structured logging engine underneath (65k-slot ring buffer, 14 output formats, `os_log`/`journald` sinks). Install `cargo install rlg-mcp` or `docker run -i ghcr.io/sebastienrousseau/rlg-mcp`. Dual-licensed MIT OR Apache-2.0. + +- [packkit-mcp](https://github.com/DanMat/create-packkit/tree/main/mcp) 📇 🏠 - Scaffold modern npm packages, CLIs, services, and apps from your agent. Three tools: inspect the option schema, preview the generated file tree, and write the project to disk. Also available as a CLI and a web configurator. `npx -y packkit-mcp` + ### 🔒 Delivery - [jordandalton/doordash-mcp-server](https://github.com/JordanDalton/DoorDash-MCP-Server) 🐍 – DoorDash Delivery (Unofficial) From 88bb6eec2360b5c9d20a64089ce30aa4e6d9e22e Mon Sep 17 00:00:00 2001 From: DanMat Date: Mon, 20 Jul 2026 17:52:26 -0400 Subject: [PATCH 2/2] Add Glama score badge to packkit-mcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92d52825c..5852c89c1 100644 --- a/README.md +++ b/README.md @@ -1385,7 +1385,7 @@ Tools and integrations that enhance the development workflow and environment man - [sebastienrousseau/rlg](https://github.com/sebastienrousseau/rlg) [![sebastienrousseau/rlg-mcp MCP server](https://glama.ai/mcp/servers/sebastienrousseau/rlg/badges/score.svg)](https://glama.ai/mcp/servers/sebastienrousseau/rlg) 🦀 🏠 🍎 🪟 🐧 - **Log-stream tools for on-call / SRE agent workflows** — expose `rlg` (RustLogs) log files as MCP tools. Three tools: `tail_log` (last N events, filtered by level/target), `filter_log` (JSON-path-style predicates), `summarize_errors` (grouped error taxonomy). Speaks JSON-RPC 2.0 over stdio; near-lock-free structured logging engine underneath (65k-slot ring buffer, 14 output formats, `os_log`/`journald` sinks). Install `cargo install rlg-mcp` or `docker run -i ghcr.io/sebastienrousseau/rlg-mcp`. Dual-licensed MIT OR Apache-2.0. -- [packkit-mcp](https://github.com/DanMat/create-packkit/tree/main/mcp) 📇 🏠 - Scaffold modern npm packages, CLIs, services, and apps from your agent. Three tools: inspect the option schema, preview the generated file tree, and write the project to disk. Also available as a CLI and a web configurator. `npx -y packkit-mcp` +- [packkit-mcp](https://github.com/DanMat/create-packkit/tree/main/mcp) [![DanMat/create-packkit MCP server](https://glama.ai/mcp/servers/DanMat/create-packkit/badges/score.svg)](https://glama.ai/mcp/servers/DanMat/create-packkit) 📇 🏠 - Scaffold modern npm packages, CLIs, services, and apps from your agent. Three tools: inspect the option schema, preview the generated file tree, and write the project to disk. Also available as a CLI and a web configurator. `npx -y packkit-mcp` ### 🔒 Delivery