From ae6a8ff1ac027a6c38a357dc28762ecb945dd022 Mon Sep 17 00:00:00 2001 From: Nagarjuna Reddy <104526691+Nagarjuna2997@users.noreply.github.com> Date: Thu, 10 Sep 2026 14:55:28 -0500 Subject: [PATCH 1/2] Add iOS Agent Skill to developer tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6b4acd70b..51c95d929 100644 --- a/README.md +++ b/README.md @@ -1502,6 +1502,7 @@ Tools and integrations that enhance the development workflow and environment man - [muhannad-hash/git-context-mcp](https://github.com/muhannad-hash/git-context-mcp) [![git-context-mcp MCP server](https://glama.ai/mcp/servers/muhannad-hash/git-context-mcp/badges/score.svg)](https://glama.ai/mcp/servers/muhannad-hash/git-context-mcp) 📇 🏠 🍎 🪟 🐧 - Answers "why does this code exist?" by tracing any line back through the commit, GitHub PR description, and linked issues. Five tools: blame context, commit story, file history, commit search, and file contributors. `npx git-context-mcp` - [mumez/pharo-smalltalk-interop-mcp-server](https://github.com/mumez/pharo-smalltalk-interop-mcp-server) 🐍 🏠 - Pharo Smalltalk integration enabling code evaluation, class/method introspection, package management, test execution, and project installation for interactive development with Pharo images. - [n8daniels/RulesetMCP](https://github.com/n8daniels/RulesetMCP) 📇 🏠 - Weight-On-Wheels for AI - keeps agents grounded in your project's rules. Query coding standards, validate snippets, and get task-specific guidance from version-controlled rule files. +- [Nagarjuna2997/ios-agent-skill](https://github.com/Nagarjuna2997/ios-agent-skill) 📇 🏠 🍎 🪟 🐧 - Read-only Swift project analysis and local Apple source/guide retrieval. Includes a separate macOS/Xcode simulator MCP for build, test, launch, screenshots, and browser preview. - [najaeda/naja-scope](https://github.com/najaeda/naja-scope) [![najaeda/naja-scope MCP server](https://glama.ai/mcp/servers/najaeda/naja-scope/badges/score.svg)](https://glama.ai/mcp/servers/najaeda/naja-scope) 🐍 🏠 - Lets AI agents explore elaborated SystemVerilog/Verilog designs (RTL or gate-level netlists) without pasting RTL into context: trace signal fan-in/fan-out, walk module hierarchy, and jump to exact `file:line` source, backed by the najaeda netlist engine. - [Souzix76/n8n-workflow-tester-safe](https://github.com/Souzix76/n8n-workflow-tester-safe) [![n8n-workflow-tester-safe MCP server](https://glama.ai/mcp/servers/Souzix76/n8n-workflow-tester-safe/badges/score.svg)](https://glama.ai/mcp/servers/Souzix76/n8n-workflow-tester-safe) 📇 🏠 - Test, score, and inspect n8n workflows via MCP. Config-driven test suites with two-tier scoring, lightweight execution traces, and a built-in node catalog with 436+ nodes. - [AutomateLab-tech/n8n-mcp](https://github.com/AutomateLab-tech/n8n-mcp) [![AutomateLab-tech/n8n-mcp MCP server](https://glama.ai/mcp/servers/AutomateLab-tech/n8n-mcp/badges/score.svg)](https://glama.ai/mcp/servers/AutomateLab-tech/n8n-mcp) 📇 🏠 - Nine-tool MCP server for n8n: generate workflow JSON from natural language, lint for deprecated node types, missing `typeVersion`, and broken connections, and debug per-node execution failures. Ships with a Claude Code skill. Install: `npx @automatelab/n8n-mcp`. From 09ef5fb38840c743630a5f1274dd56ec272fe122 Mon Sep 17 00:00:00 2001 From: Nagarjuna Date: Sun, 20 Sep 2026 22:52:57 -0500 Subject: [PATCH 2/2] Add Glama score badge and clarify unified iOS server --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51c95d929..de6e39608 100644 --- a/README.md +++ b/README.md @@ -1502,7 +1502,7 @@ Tools and integrations that enhance the development workflow and environment man - [muhannad-hash/git-context-mcp](https://github.com/muhannad-hash/git-context-mcp) [![git-context-mcp MCP server](https://glama.ai/mcp/servers/muhannad-hash/git-context-mcp/badges/score.svg)](https://glama.ai/mcp/servers/muhannad-hash/git-context-mcp) 📇 🏠 🍎 🪟 🐧 - Answers "why does this code exist?" by tracing any line back through the commit, GitHub PR description, and linked issues. Five tools: blame context, commit story, file history, commit search, and file contributors. `npx git-context-mcp` - [mumez/pharo-smalltalk-interop-mcp-server](https://github.com/mumez/pharo-smalltalk-interop-mcp-server) 🐍 🏠 - Pharo Smalltalk integration enabling code evaluation, class/method introspection, package management, test execution, and project installation for interactive development with Pharo images. - [n8daniels/RulesetMCP](https://github.com/n8daniels/RulesetMCP) 📇 🏠 - Weight-On-Wheels for AI - keeps agents grounded in your project's rules. Query coding standards, validate snippets, and get task-specific guidance from version-controlled rule files. -- [Nagarjuna2997/ios-agent-skill](https://github.com/Nagarjuna2997/ios-agent-skill) 📇 🏠 🍎 🪟 🐧 - Read-only Swift project analysis and local Apple source/guide retrieval. Includes a separate macOS/Xcode simulator MCP for build, test, launch, screenshots, and browser preview. +- [Nagarjuna2997/ios-agent-skill](https://github.com/Nagarjuna2997/ios-agent-skill) 📇 🏠 🍎 🪟 🐧 - Swift code reviews, local Apple references and app scaffolding in one MCP connection. Bundled simulator tools require macOS/Xcode. [![Nagarjuna2997/ios-agent-skill MCP server](https://glama.ai/mcp/servers/Nagarjuna2997/ios-agent-skill/badges/score.svg)](https://glama.ai/mcp/servers/Nagarjuna2997/ios-agent-skill) - [najaeda/naja-scope](https://github.com/najaeda/naja-scope) [![najaeda/naja-scope MCP server](https://glama.ai/mcp/servers/najaeda/naja-scope/badges/score.svg)](https://glama.ai/mcp/servers/najaeda/naja-scope) 🐍 🏠 - Lets AI agents explore elaborated SystemVerilog/Verilog designs (RTL or gate-level netlists) without pasting RTL into context: trace signal fan-in/fan-out, walk module hierarchy, and jump to exact `file:line` source, backed by the najaeda netlist engine. - [Souzix76/n8n-workflow-tester-safe](https://github.com/Souzix76/n8n-workflow-tester-safe) [![n8n-workflow-tester-safe MCP server](https://glama.ai/mcp/servers/Souzix76/n8n-workflow-tester-safe/badges/score.svg)](https://glama.ai/mcp/servers/Souzix76/n8n-workflow-tester-safe) 📇 🏠 - Test, score, and inspect n8n workflows via MCP. Config-driven test suites with two-tier scoring, lightweight execution traces, and a built-in node catalog with 436+ nodes. - [AutomateLab-tech/n8n-mcp](https://github.com/AutomateLab-tech/n8n-mcp) [![AutomateLab-tech/n8n-mcp MCP server](https://glama.ai/mcp/servers/AutomateLab-tech/n8n-mcp/badges/score.svg)](https://glama.ai/mcp/servers/AutomateLab-tech/n8n-mcp) 📇 🏠 - Nine-tool MCP server for n8n: generate workflow JSON from natural language, lint for deprecated node types, missing `typeVersion`, and broken connections, and debug per-node execution failures. Ships with a Claude Code skill. Install: `npx @automatelab/n8n-mcp`.