GreenNode MCP Server
OfficialProvides tools for managing Kubernetes resources (clusters, workloads, etc.) within the GreenNode (VNG Cloud) infrastructure, enabling AI assistants to perform cluster operations and resource management.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@GreenNode MCP Serverlist all virtual servers in project pro-xxxx"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
GreenNode MCP
A monorepo of MCP (Model Context Protocol) servers for VNG Cloud products,
organized as a uv workspace.
Each product is an independent project under src/, sharing the greennode
Python namespace.
Servers
Project | Package | Description |
| Tools for managing VKS (VNG Kubernetes Service) clusters and Kubernetes resources |
More servers will be added as sibling projects under src/.
Related MCP server: VergeOS MCP Server
Layout
greenode-mcp/
├── pyproject.toml # uv workspace root (members = ["src/*"])
├── src/
│ └── vks-mcp-server/ # one product = one independent project
│ ├── pyproject.toml
│ ├── greennode/
│ │ └── vks_mcp_server/
│ └── tests/
└── docs/Getting started
# Install all workspace members into a shared environment
uv sync
# Run a specific server
uv run vks-mcp-serverSee each project's own README for configuration and usage.
Development
# Run a product's tests
cd src/vks-mcp-server && uv run pytest tests/ -vConventions for adding tools and new servers live in CLAUDE.md.
License
Apache-2.0. See LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vngcloud/greennode-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server