From 9b6f43e538ac7ea9c7063e8183160e6e84500685 Mon Sep 17 00:00:00 2001 From: xtof Date: Thu, 16 Jul 2026 13:15:03 +0200 Subject: [PATCH] Add naja-scope to Developer Tools MCP server for exploring elaborated SystemVerilog/Verilog designs (RTL or gate-level netlists) without pasting RTL into context. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..cd88c7b07 100644 --- a/README.md +++ b/README.md @@ -1209,6 +1209,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. +- [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`. - [narumiruna/gitingest-mcp](https://github.com/narumiruna/gitingest-mcp) 🐍 🏠 - A MCP server that uses [gitingest](https://github.com/cyclotruc/gitingest) to convert any Git repository into a simple text digest of its codebase.