{ "name": "@dockndevai/mcp-kubernetes", "mcpName": "io.github.dockndevai/mcp-kubernetes", "version": "0.2.2", "description": "Model Context Protocol server for Kubernetes — multi-cluster access with security modes and access-control flags.", "type": "module", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/dockndevai/mcp-kubernetes.git" }, "bugs": { "url": "https://github.com/dockndevai/mcp-kubernetes/issues" }, "homepage": "https://github.com/dockndevai/mcp-kubernetes#readme", "bin": { "mcp-kubernetes": "dist/index.js" }, "files": [ "dist" ], "engines": { "node": ">=22" }, "scripts": { "build": "tsc -p tsconfig.json", "dev": "tsx watch src/index.ts", "start": "node dist/index.js", "prepublishOnly": "npm run build", "typecheck": "tsc -p tsconfig.json --noEmit", "test": "vitest run", "test:watch": "vitest", "lint": "tsc -p tsconfig.json --noEmit" }, "keywords": [ "mcp", "model-context-protocol", "kubernetes", "k8s", "devops", "llm", "ai" ], "dependencies": { "@kubernetes/client-node": "^2.0.0", "@modelcontextprotocol/sdk": "^1.30.0", "zod": "^4.5.4" }, "devDependencies": { "@types/node": "^26.5.0", "tsx": "^4.23.13", "typescript": "^7.0.2", "vitest": "^5.0.0" } }