Skip to main content
Glama
vngcloud

GreenNode MCP Server

Official
by vngcloud

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

src/vks-mcp-server

greennode.vks_mcp_server

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-server

See each project's own README for configuration and usage.

Development

# Run a product's tests
cd src/vks-mcp-server && uv run pytest tests/ -v

Conventions for adding tools and new servers live in CLAUDE.md.

License

Apache-2.0. See LICENSE.

A
license - permissive license
-
quality - not tested
A
maintenance

Maintenance

Maintainers
Response time
1dRelease cycle
5Releases (12mo)
Commit activity

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

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