MCP-сервер Docalyze (анализ документов).
npx docalyze-mcp-server This requires uv or pipx installed — the npm wrapper calls uvx to run the Python package automatically. Manual setup Add to your VS Code mcp.json (or settings.json): { "servers": { "docalyze": { "type": "stdio", "command": "python", "args": ["-m", "docalyze_mcp_server"], "env