OddessyDOCUMENTATION
AGENTIC ACCESS Preview

CLI, provisioning and MCP release candidates

Review the intended package interfaces before publication to the oddessy-io npm organization.

Last updated 27 July 2026 ยท Documentation version 2026.07

Packages

Not yet published

These packages are release candidates pending npm registry publication. The snippets document the intended registry interface; do not treat them as installable until publication.

PackagePurpose
@oddessy-io/cliProvision edge nodes and configure Matter, TTN and signed webhook adapters
@oddessy-io/provisionReusable signed-download, SHA-256 verification, install and enrolment library
@oddessy-io/mcpLocal stdio adapter for the hosted, read-only Oddessy MCP server

Provision a node

sudo npx --yes @oddessy-io/cli provision   --platform https://platform.oddessy.io   --token "$ODDESSY_ENROLMENT_TOKEN"   --install

Connect MCP over stdio

{
  "mcpServers": {
    "oddessy": {
      "command": "npx",
      "args": ["--yes", "@oddessy-io/mcp"],
      "env": { "ODDESSY_API_TOKEN": "${ODDESSY_API_TOKEN}" }
    }
  }
}
Keep credentials out of commands and repositories

Use your client secret store or environment injection. The packages do not persist personal MCP tokens or enrolment tokens.