diff --git a/README.md b/README.md index e5087820..0e73cb7c 100644 --- a/README.md +++ b/README.md @@ -326,6 +326,7 @@ Servers focused on static analysis, linting, code metrics, security scanning, vu - [CodeLogicIncEngineering/codelogic-mcp-server](https://github.com/CodeLogicIncEngineering/codelogic-mcp-server): Leverage Codelogic's software dependency data for impact assessments in AI programming assistants. - [autonomous-testing/wopee-mcp](https://github.com/autonomous-testing/wopee-mcp): AI testing agents for web apps — dispatch test runs, analysis crawls, and AI agent tests, fetch artifacts and project status. - [kuberstar/qartez-mcp](https://github.com/kuberstar/qartez-mcp): Semantic code intelligence MCP server with 27 tools for project maps, symbol search, impact analysis, call hierarchies, architecture boundaries, and safe refactoring. Built in Rust. +- [Laith0003/ux-skill](https://github.com/Laith0003/ux-skill): Deterministic design-intelligence MCP server with 18 tools that lints AI-generated UI against 152 anti-slop rules, drawing on 160 brand specs and a 7-axis synthesizer. Runs fully offline and never calls an LLM. ## 💻 Code Execution diff --git a/docs/code-analysis--quality.md b/docs/code-analysis--quality.md index b2ae9309..99a16923 100644 --- a/docs/code-analysis--quality.md +++ b/docs/code-analysis--quality.md @@ -104,3 +104,4 @@ Servers focused on static analysis, linting, code metrics, security scanning, vu - [y86/ex-mcp-test](https://github.com/y86/ex-mcp-test): An Elixir-based MCP server for testing and experimenting with the Model Context Protocol, featuring JSON-RPC 2.0 compliance and schema-driven validation. - [cocoindex-io/cocoindex-code](https://github.com/cocoindex-io/cocoindex-code): A super light-weight embedded MCP server for coding agents that uses tree-sitter for code search and indexing, saving 70% tokens and improving speed with Apache-2.0 license. - [kuberstar/qartez-mcp](https://github.com/kuberstar/qartez-mcp): Semantic code intelligence MCP server with 27 tools for project maps, symbol search, impact analysis, call hierarchies, architecture boundaries, and safe refactoring. Built in Rust. +- [Laith0003/ux-skill](https://github.com/Laith0003/ux-skill): Deterministic design-intelligence MCP server with 18 tools that lints AI-generated UI against 152 anti-slop rules, drawing on 160 brand specs and a 7-axis synthesizer. Runs fully offline and never calls an LLM.