Docs

GoalOS quick reference

Install commands, package summary, a minimal MCP configuration, and the publish path used for this Space.

Quickstart

Start with the package you need.

TypeScript
npm install @goalos/core
Python
pip install goalos
CLI
npm install -g goalos
MCP
npm install -g @goalos/mcp-server

Package surfaces

Packages are separated by runtime and integration surface.

Surface Use
@goalos/core Core graph operations in TypeScript.
goalos CLI Local graph creation, status, export, validation, and serving.
@goalos/mcp-server MCP access for clients such as Claude Desktop.
goalos Python Python graph modeling and automation workflows.

MCP example

Minimal client configuration.

mcpServers
{
  "mcpServers": {
    "goalos": {
      "command": "npx",
      "args": ["@goalos/mcp-server"]
    }
  }
}

Publish this Space

Commands used to verify and publish this Space from this repo.

Deploy commands
node scripts/verify-hf-space.mjs
node scripts/publish-hf-space.mjs

Links

GitHub contains the full repository, examples, and spec files.