Skip to main content
Glama
heresun

OrbStack MCP Server

by heresun

orbstack_k8s_start

Start the lightweight single-node Kubernetes cluster built into OrbStack to manage containerized applications on macOS.

Instructions

启动 OrbStack 内置的 Kubernetes 集群。

OrbStack 提供轻量级的单节点 K8s 集群。

Returns: str: 启动结果

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The implementation of the 'orbstack_k8s_start' tool. It is registered using the @mcp.tool decorator and calls the internal '_run_orb' function to execute the Kubernetes start command.
    @mcp.tool(
        name="orbstack_k8s_start",
        annotations={
            "title": "启动 Kubernetes",
            "readOnlyHint": False,
            "destructiveHint": False,
            "idempotentHint": True,
            "openWorldHint": False,
        },
    )
    async def orbstack_k8s_start() -> str:
        """启动 OrbStack 内置的 Kubernetes 集群。
    
        OrbStack 提供轻量级的单节点 K8s 集群。
    
        Returns:
            str: 启动结果
        """
        code, stdout, stderr = await _run_orb(["k8s", "start"], timeout=120)

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/heresun/orbstack-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server