dora-nis2-crosswalk-mcp
About
DORA × NIS2 Crosswalk MCP — map Regulation (EU) 2022/2554 obligations to Directive (EU) 2022/255...
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Claude Code
claude mcp add dora-nis2-crosswalk-mcp -- uvx dora-nis2-crosswalk-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"dora-nis2-crosswalk-mcp","command":"uvx","args":["dora-nis2-crosswalk-mcp"]}'
JSON
{
"mcpServers": {
"dora-nis2-crosswalk-mcp": {
"command": "uvx",
"args": [
"dora-nis2-crosswalk-mcp"
]
}
}
}