From bd5b6f43f9fffa72eea0c9714363cd3cafd36d70 Mon Sep 17 00:00:00 2001 From: Fernando Paladini Date: Tue, 24 Mar 2026 15:22:27 -0300 Subject: [PATCH 1/2] feat: add paladini/devutils-mcp-server to Developer Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 760338d0..6e111743 100644 --- a/README.md +++ b/README.md @@ -859,6 +859,7 @@ Tools and integrations that enhance the development workflow and environment man - [OpenZeppelin/contracts-wizard](https://github.com/OpenZeppelin/contracts-wizard/tree/master/packages/mcp) - A Model Context Protocol (MCP) server that allows AI agents to generate secure smart contracts in multiples languages based on [OpenZeppelin Wizard templates](https://wizard.openzeppelin.com/). - [opslevel/opslevel-mcp](https://github.com/opslevel/opslevel-mcp) 🎖️ 🏎️ ☁️ 🪟 🍎 🐧 - Official MCP Server for [OpsLevel](https://www.opslevel.com) - [optimaquantum/claude-critical-rules-mcp](https://github.com/optimaquantum/claude-critical-rules-mcp) 📇 ☁️ 🏠 🍎 🪟 🐧 - Automatic enforcement of critical rules for Claude AI preventing 96 documented failure patterns. Provides compliance verification checklist and rules summary via MCP tools. +- [paladini/devutils-mcp-server](https://github.com/paladini/devutils-mcp-server) 📇 🏠 🍎 🪟 🐧 - 36 zero-auth developer utilities: MD5/SHA/bcrypt hashing, Base64/hex/URL encoding, UUID/password/passphrase generation, JWT decoding, JSON/YAML/XML formatting, timestamp conversion, CIDR calculator, and text tools. - [paracetamol951/P-Link-MCP](https://github.com/paracetamol951/P-Link-MCP) 🏠 🐧 🍎 ☁️ - Implementation of HTTP 402 (payment required http code) relying on Solana - [mcpware/pagecast](https://github.com/mcpware/pagecast) [![mcpware/pagecast MCP server](https://glama.ai/mcp/servers/mcpware/pagecast/badges/score.svg)](https://glama.ai/mcp/servers/mcpware/pagecast) 📇 🏠 - Record any browser page as GIF or video. AI-driven demo recording with scroll/click/hover interactions via Playwright + ffmpeg. `npx @mcpware/pagecast` - [Pharaoh-so/pharaoh](https://github.com/0xUXDesign/pharaoh-mcp) [![pharaoh MCP server](https://glama.ai/mcp/servers/@Pharaoh-so/pharaoh/badges/score.svg)](https://glama.ai/mcp/servers/@Pharaoh-so/pharaoh) 📇 ☁️ 🍎 🪟 🐧 - Hosted MCP server that parses TypeScript and Python codebases into Neo4j knowledge graphs for blast radius analysis, dead code detection, dependency tracing, and architectural context. From a06909dcdd0bd13087fb16e2cf32737b6067ad02 Mon Sep 17 00:00:00 2001 From: Fernando Paladini Date: Tue, 24 Mar 2026 15:59:17 -0300 Subject: [PATCH 2/2] fix: add Glama score badge to devutils-mcp-server entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e111743..a246d392 100644 --- a/README.md +++ b/README.md @@ -859,7 +859,7 @@ Tools and integrations that enhance the development workflow and environment man - [OpenZeppelin/contracts-wizard](https://github.com/OpenZeppelin/contracts-wizard/tree/master/packages/mcp) - A Model Context Protocol (MCP) server that allows AI agents to generate secure smart contracts in multiples languages based on [OpenZeppelin Wizard templates](https://wizard.openzeppelin.com/). - [opslevel/opslevel-mcp](https://github.com/opslevel/opslevel-mcp) 🎖️ 🏎️ ☁️ 🪟 🍎 🐧 - Official MCP Server for [OpsLevel](https://www.opslevel.com) - [optimaquantum/claude-critical-rules-mcp](https://github.com/optimaquantum/claude-critical-rules-mcp) 📇 ☁️ 🏠 🍎 🪟 🐧 - Automatic enforcement of critical rules for Claude AI preventing 96 documented failure patterns. Provides compliance verification checklist and rules summary via MCP tools. -- [paladini/devutils-mcp-server](https://github.com/paladini/devutils-mcp-server) 📇 🏠 🍎 🪟 🐧 - 36 zero-auth developer utilities: MD5/SHA/bcrypt hashing, Base64/hex/URL encoding, UUID/password/passphrase generation, JWT decoding, JSON/YAML/XML formatting, timestamp conversion, CIDR calculator, and text tools. +- [paladini/devutils-mcp-server](https://github.com/paladini/devutils-mcp-server) [![paladini/devutils-mcp-server MCP server](https://glama.ai/mcp/servers/paladini/devutils-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/paladini/devutils-mcp-server) 📇 🏠 🍎 🪟 🐧 - 36 zero-auth developer utilities: MD5/SHA/bcrypt hashing, Base64/hex/URL encoding, UUID/password/passphrase generation, JWT decoding, JSON/YAML/XML formatting, timestamp conversion, CIDR calculator, and text tools. - [paracetamol951/P-Link-MCP](https://github.com/paracetamol951/P-Link-MCP) 🏠 🐧 🍎 ☁️ - Implementation of HTTP 402 (payment required http code) relying on Solana - [mcpware/pagecast](https://github.com/mcpware/pagecast) [![mcpware/pagecast MCP server](https://glama.ai/mcp/servers/mcpware/pagecast/badges/score.svg)](https://glama.ai/mcp/servers/mcpware/pagecast) 📇 🏠 - Record any browser page as GIF or video. AI-driven demo recording with scroll/click/hover interactions via Playwright + ffmpeg. `npx @mcpware/pagecast` - [Pharaoh-so/pharaoh](https://github.com/0xUXDesign/pharaoh-mcp) [![pharaoh MCP server](https://glama.ai/mcp/servers/@Pharaoh-so/pharaoh/badges/score.svg)](https://glama.ai/mcp/servers/@Pharaoh-so/pharaoh) 📇 ☁️ 🍎 🪟 🐧 - Hosted MCP server that parses TypeScript and Python codebases into Neo4j knowledge graphs for blast radius analysis, dead code detection, dependency tracing, and architectural context.