TypeScript
npm install @goalos/core
Docs
Install commands, package summary, a minimal MCP configuration, and the publish path used for this Space.
Start with the package you need.
npm install @goalos/core
pip install goalos
npm install -g goalos
npm install -g @goalos/mcp-server
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. |
Minimal client configuration.
{
"mcpServers": {
"goalos": {
"command": "npx",
"args": ["@goalos/mcp-server"]
}
}
}
Commands used to verify and publish this Space from this repo.
node scripts/verify-hf-space.mjs
node scripts/publish-hf-space.mjs
GitHub contains the full repository, examples, and spec files.