From ccdc089228819c28c1ff035cfd184b8a22e2cef5 Mon Sep 17 00:00:00 2001 From: GreedProof Date: Fri, 14 Aug 2026 15:39:03 +0300 Subject: [PATCH 1/2] Add GridProof (spacing/grid QA MCP server) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds GridProof — an MCP server for automated spacing/grid QA of frontends. Renders a running page with Playwright, measures computed geometry, returns structured violations + fix hints (spacing off-grid, off-scale arbitrary Tailwind values, inconsistent gaps, sub-44px tap targets). Three tools: gp_audit, gp_report, gp_check_element. MIT, on npm as `gridproof`. Placed in [category] — happy to move it if another fits better. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67370cd77..dd8edc11b 100644 --- a/README.md +++ b/README.md @@ -1215,6 +1215,7 @@ Tools and integrations that enhance the development workflow and environment man - [gofireflyio/firefly-mcp](https://github.com/gofireflyio/firefly-mcp) 🎖️ 📇 ☁️ - Integrates, discovers, manages, and codifies cloud resources with [Firefly](https://firefly.ai). - [gorosun/unified-diff-mcp](https://github.com/gorosun/unified-diff-mcp) 📇 🏠 - Generate and visualize unified diff comparisons with beautiful HTML/PNG output, supporting side-by-side and line-by-line views for filesystem dry-run integration - [ajitpratap0/GoSQLX](https://github.com/ajitpratap0/GoSQLX) [![ajitpratap0/GoSQLX MCP server](https://glama.ai/mcp/servers/ajitpratap0/GoSQLX/badges/score.svg)](https://glama.ai/mcp/servers/ajitpratap0/GoSQLX) 🏎️ ☁️ 🏠 - 7 SQL tools (validate, format, parse, lint, security scan, metadata extraction, full analysis) over Streamable HTTP. Public remote server at mcp.gosqlx.dev - no install needed. 1.25M+ ops/sec, 6 SQL dialects. +- [gridproof/gridproof](https://github.com/gridproof/gridproof) 📇 🏠 - Renders your frontend with Playwright and audits spacing, gaps, and element sizes against a design scale; returns structured fix hints for the agent loop. Tailwind-first, falls back to accessibility checks on other stacks. - [Govcraft/rust-docs-mcp-server](https://github.com/Govcraft/rust-docs-mcp-server) 🦀 🏠 - Provides up-to-date documentation context for a specific Rust crate to LLMs via an MCP tool, using semantic search (embeddings) and LLM summarization. - [HainanZhao/mcp-gitlab-jira](https://github.com/HainanZhao/mcp-gitlab-jira) 📇 ☁️ 🏠 - Unified MCP server for GitLab and Jira: manage projects, merge requests, files, releases and tickets with AI agents. - [haris-musa/excel-mcp-server](https://github.com/haris-musa/excel-mcp-server) 🐍 🏠 - An Excel manipulation server providing workbook creation, data operations, formatting, and advanced features (charts, pivot tables, formulae). From 23917a0acc72cb1bdd37eb50debd27c038fea801 Mon Sep 17 00:00:00 2001 From: GreedProof Date: Fri, 14 Aug 2026 15:44:24 +0300 Subject: [PATCH 2/2] Update README.md Added the Glama score badge. Server is listed on Glama with A/A/A score and author-verified. Thanks! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd8edc11b..e6a799fae 100644 --- a/README.md +++ b/README.md @@ -1215,7 +1215,7 @@ Tools and integrations that enhance the development workflow and environment man - [gofireflyio/firefly-mcp](https://github.com/gofireflyio/firefly-mcp) 🎖️ 📇 ☁️ - Integrates, discovers, manages, and codifies cloud resources with [Firefly](https://firefly.ai). - [gorosun/unified-diff-mcp](https://github.com/gorosun/unified-diff-mcp) 📇 🏠 - Generate and visualize unified diff comparisons with beautiful HTML/PNG output, supporting side-by-side and line-by-line views for filesystem dry-run integration - [ajitpratap0/GoSQLX](https://github.com/ajitpratap0/GoSQLX) [![ajitpratap0/GoSQLX MCP server](https://glama.ai/mcp/servers/ajitpratap0/GoSQLX/badges/score.svg)](https://glama.ai/mcp/servers/ajitpratap0/GoSQLX) 🏎️ ☁️ 🏠 - 7 SQL tools (validate, format, parse, lint, security scan, metadata extraction, full analysis) over Streamable HTTP. Public remote server at mcp.gosqlx.dev - no install needed. 1.25M+ ops/sec, 6 SQL dialects. -- [gridproof/gridproof](https://github.com/gridproof/gridproof) 📇 🏠 - Renders your frontend with Playwright and audits spacing, gaps, and element sizes against a design scale; returns structured fix hints for the agent loop. Tailwind-first, falls back to accessibility checks on other stacks. +- [gridproof/gridproof](https://github.com/gridproof/gridproof) 📇 🏠 - Renders your frontend with Playwright and audits spacing, gaps, and element sizes against a design scale; returns structured fix hints for the agent loop. Tailwind-first, falls back to accessibility checks on other stacks. [![gridproof MCP server](https://glama.ai/mcp/servers/gridproof/gridproof/badges/score.svg)](https://glama.ai/mcp/servers/gridproof/gridproof) - [Govcraft/rust-docs-mcp-server](https://github.com/Govcraft/rust-docs-mcp-server) 🦀 🏠 - Provides up-to-date documentation context for a specific Rust crate to LLMs via an MCP tool, using semantic search (embeddings) and LLM summarization. - [HainanZhao/mcp-gitlab-jira](https://github.com/HainanZhao/mcp-gitlab-jira) 📇 ☁️ 🏠 - Unified MCP server for GitLab and Jira: manage projects, merge requests, files, releases and tickets with AI agents. - [haris-musa/excel-mcp-server](https://github.com/haris-musa/excel-mcp-server) 🐍 🏠 - An Excel manipulation server providing workbook creation, data operations, formatting, and advanced features (charts, pivot tables, formulae).