MCP-сервер Heimdall (безопасность/мониторинг).
npx @lchampz/mcp-heimdall integrate This will create a .vscode/mcp.json file with the correct configuration. For Users (via MCP Registry) Add to your mcp.json or editor settings: { "servers": { "heimdall": { "command": "node", "args": ["path/to/mcp-heimdall/build/index.js"] } } } For Developers Clon