II.
ToolServer JSON
Structured · livetool-server:mcp-helm
Helm MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-helm",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-build-ci-tools.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Helm MCP Server",
"description": "MCP server providing access to Helm Kubernetes package management.\nEnables AI agents to list, install, upgrade, and rollback Helm releases,\ninspect chart values and manifests, and manage repositories.\n",
"protocol": "mcp",
"category": "devtools",
"repoUrl": "https://github.com/helm/helm-mcp-server",
"maintainer": "Community",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-helm",
"to": "tool:helm",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-helm",
"to": "domain:devops",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-helm",
"to": "domain:cloud-infra",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}