Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Octri CLI

NPM · @OCTRI/CLI · SCANNED SEP 25

Push OpenAPI specs, build SDKs in ten languages, publish API docs, and triage production SDK errors.

Available components

69 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability74
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 2080 tokens (~67/item across 31 items; 31 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage86
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 59% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 31 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 31 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

How do I install the Octri CLI MCP server?

Octri CLI runs locally as an npm package, launched with npx -y @octri/cli. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @octri/cli

# add to Claude Code
claude mcp add dev-octri-cli -- npx -y @octri/cli
// .cursor/mcp.json
{
  "mcpServers": {
    "dev-octri-cli": {
      "command": "npx",
      "args": [
        "-y",
        "@octri/cli"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "dev-octri-cli": {
      "command": "npx",
      "args": [
        "-y",
        "@octri/cli"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add dev-octri-cli -- npx -y @octri/cli
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dev-octri-cli": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@octri/cli"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add dev-octri-cli --command npx --arg -y --arg @octri/cli
# ~/.hermes/config.yaml
mcp_servers:
  dev-octri-cli:
    command: "npx"
    args: ["-y", "@octri/cli"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "dev-octri-cli": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@octri/cli"
      ]
    }
  }
}
# add to Vellum
assistant mcp add dev-octri-cli -t stdio -c npx -a -y @octri/cli
// mcp.json
{
  "mcpServers": {
    "dev-octri-cli": {
      "command": "npx",
      "args": [
        "-y",
        "@octri/cli"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 25 Sept 26 69

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 25 Sept 2026 · Analysed npm/@octri/cli@1.0.3

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 95 packages
Packages resolved 95
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 31 exposed · ~2,080 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
octri_diff_builds ~86

Compare two fetched builds file-by-file per language: which emitted files were added, removed or changed. The primary way to judge a generator change.

NameTypeReqDescription
from_build_idstringyes–
languagestring––
project_idstring–Project id. Optional, falls back to the CLI's selected project.
to_build_idstringyes–

No output schema declared.

No examples provided.

octri_fetch_artifacts ~77

Download and extract a build's artifacts into the local cache so their files can be listed and read. Returns per-language file counts and a content fingerprint.

NameTypeReqDescription
build_idstringyes–
languagesarray––
project_idstring–Project id. Optional, falls back to the CLI's selected project.

No output schema declared.

No examples provided.

octri_get_build ~56

One build's current state, including each language's lifecycle phase and any failure message.

NameTypeReqDescription
build_idstringyes–
project_idstring–Project id. Optional, falls back to the CLI's selected project.

No output schema declared.

No examples provided.

octri_get_doc_page ~45

One documentation page by slug.

NameTypeReqDescription
project_idstring–Project id. Optional, falls back to the CLI's selected project.
slugstringyes–

No output schema declared.

No examples provided.

octri_get_issue ~77

One issue with its stack frames and recent events. A frame with resolved=true was de-minified against an uploaded source map; if none are, the symbols for that release were never uploaded.

NameTypeReqDescription
issue_idstringyes–
project_idstring–Project id. Optional, falls back to the CLI's selected project.

No output schema declared.

No examples provided.

octri_get_sdk_settings ~60

The project's persisted SDK Studio settings, per-endpoint overrides, revision, and last published release. The revision is required to write settings back.

NameTypeReqDescription
project_idstring–Project id. Optional, falls back to the CLI's selected project.

No output schema declared.

No examples provided.

octri_import_spec_url ~49

Import an OpenAPI spec from a public URL.

NameTypeReqDescription
project_idstring–Project id. Optional, falls back to the CLI's selected project.
urlstringyes–

No output schema declared.

No examples provided.

octri_list_builds ~47

Recent SDK builds with per-language status.

NameTypeReqDescription
pagenumber––
project_idstring–Project id. Optional, falls back to the CLI's selected project.

No output schema declared.

No examples provided.

octri_list_doc_pages ~39

Documentation pages generated for the project.

NameTypeReqDescription
project_idstring–Project id. Optional, falls back to the CLI's selected project.

No output schema declared.

No examples provided.

octri_list_generated_files ~69

List the files of a previously fetched build+language, with sizes. Call octri_fetch_artifacts first.

NameTypeReqDescription
build_idstringyes–
languagestringyes–
project_idstring–Project id. Optional, falls back to the CLI's selected project.

No output schema declared.

No examples provided.

octri_list_issues ~80

Grouped production errors, newest first. Each issue has an id usable with octri_get_issue.

NameTypeReqDescription
levelstring––
limitnumber––
project_idstring–Project id. Optional, falls back to the CLI's selected project.
rangestring––
statusstring––

No output schema declared.

No examples provided.

octri_list_languages ~45

The SDK generator's language catalogue and the preference keys each language accepts.

NameTypeReqDescription
project_idstring–Project id. Optional, falls back to the CLI's selected project.

No output schema declared.

No examples provided.

octri_list_mcp_tools ~51

The MCP tool catalogue this project publishes to its own customers, derived from its SDK config.

NameTypeReqDescription
project_idstring–Project id. Optional, falls back to the CLI's selected project.

No output schema declared.

No examples provided.

octri_list_operations ~59

Every operation the parser found in the current spec, with method, path, operationId and deprecation, the list the SDK Studio renders.

NameTypeReqDescription
project_idstring–Project id. Optional, falls back to the CLI's selected project.

No output schema declared.

No examples provided.

octri_list_projects ~40

All projects in the organisation, with ids.

NameTypeReqDescription
project_idstring–Project id. Optional, falls back to the CLI's selected project.

No output schema declared.

No examples provided.

octri_list_sdk_repos ~45

Per-language GitHub repositories linked to the project's SDKs.

NameTypeReqDescription
project_idstring–Project id. Optional, falls back to the CLI's selected project.

No output schema declared.

No examples provided.

octri_list_specs ~42

OpenAPI specs uploaded to a project, newest first.

NameTypeReqDescription
project_idstring–Project id. Optional, falls back to the CLI's selected project.

No output schema declared.

No examples provided.

octri_monitoring_performance ~60

Slowest transactions (p50/p95) and suspected N+1 query patterns for the project.

NameTypeReqDescription
project_idstring–Project id. Optional, falls back to the CLI's selected project.
rangestring––

No output schema declared.

No examples provided.

octri_monitoring_releases ~63

Error rate, new issues and regressions per release. This is how you tell whether a deploy made things worse.

NameTypeReqDescription
project_idstring–Project id. Optional, falls back to the CLI's selected project.
rangestring––

No output schema declared.

No examples provided.

octri_monitoring_summary ~85

Production health for the project: event count, error count, error rate and distinct issues over a window. Call this before reading issues. It tells you whether there is anything to look at.

NameTypeReqDescription
project_idstring–Project id. Optional, falls back to the CLI's selected project.
rangestring–Time window. Defaults to 24h.

No output schema declared.

No examples provided.

octri_preview_sdk ~114

Generate one language WITHOUT spending a build, and return the emitted file paths (and optionally contents). This is the fast loop for generator changes.

NameTypeReqDescription
include_contentboolean–Include file contents. Defaults to false (paths only) to keep the response small.
languagestringyesLanguage id, e.g. `go`.
path_filterstring–Only return files whose path contains this substring.
project_idstring–Project id. Optional, falls back to the CLI's selected project.

No output schema declared.

No examples provided.

octri_push_spec ~64

Upload OpenAPI spec text (JSON or YAML) as the project's new current spec. Returns the created spec id.

NameTypeReqDescription
contentstringyesRaw spec text.
project_idstring–Project id. Optional, falls back to the CLI's selected project.

No output schema declared.

No examples provided.

octri_query_logs ~94

Raw production events, unaggregated. Use when an issue's grouped view is not enough, e.g. to see every occurrence across releases.

NameTypeReqDescription
levelstring––
limitnumber––
project_idstring–Project id. Optional, falls back to the CLI's selected project.
querystring–Free-text match on the message.
rangestring––

No output schema declared.

No examples provided.

octri_read_generated_file ~94

Read one generated file from a fetched build. This is how to inspect what the generator actually emitted.

NameTypeReqDescription
build_idstringyes–
languagestringyes–
max_bytesnumber–Defaults to 200000.
pathstringyesPath within the language's output tree.
project_idstring–Project id. Optional, falls back to the CLI's selected project.

No output schema declared.

No examples provided.

octri_retry_build ~73

Re-run only the named languages of an existing build, in place. Omit `languages` to retry exactly the ones that failed.

NameTypeReqDescription
build_idstringyes–
languagesarray––
project_idstring–Project id. Optional, falls back to the CLI's selected project.

No output schema declared.

No examples provided.

octri_set_issue_status ~68

Triage an issue: resolve it, ignore it, or reopen it (status `unresolved`).

NameTypeReqDescription
issue_idstringyes–
project_idstring–Project id. Optional, falls back to the CLI's selected project.
statusstringyes–

No output schema declared.

No examples provided.

octri_set_sdk_settings ~116

Write SDK Studio settings. Pass a full settings object (read it first with octri_get_sdk_settings and modify), plus the revision you read. A stale revision is rejected.

NameTypeReqDescription
changelogstring––
project_idstring–Project id. Optional, falls back to the CLI's selected project.
revisionnumberyesRevision from octri_get_sdk_settings.
settingsobjectyesComplete sdkSettings object. Replaces the stored one.
versionstring–Optional release version.

No output schema declared.

No examples provided.

octri_trigger_build ~87

Queue an SDK build for one or more languages. Returns a build id immediately; poll with octri_get_build or block with octri_wait_for_build.

NameTypeReqDescription
languagesarrayyesLanguage ids, e.g. ["go","rust"].
project_idstring–Project id. Optional, falls back to the CLI's selected project.
versionstring––

No output schema declared.

No examples provided.

octri_validate_spec ~51

Run the generator's validator against the project's current spec. Cheap; do this before spending a build.

NameTypeReqDescription
project_idstring–Project id. Optional, falls back to the CLI's selected project.

No output schema declared.

No examples provided.

octri_wait_for_build ~83

Block until every language of a build reaches a terminal state, then return the final per-language result. Use after octri_trigger_build.

NameTypeReqDescription
build_idstringyes–
project_idstring–Project id. Optional, falls back to the CLI's selected project.
timeout_secondsnumber–Defaults to 1800 (30 minutes).

No output schema declared.

No examples provided.

octri_whoami ~61

The signed-in user, org, plan, API URL and currently selected project. Call this first to confirm which environment the session is pointed at.

NameTypeReqDescription
project_idstring–Project id. Optional, falls back to the CLI's selected project.

No output schema declared.

No examples provided.

Common questions

What is the Octri CLI MCP server?

Octri CLI is an MCP server listed in the public MCP registry as dev.octri/cli. Push OpenAPI specs, build SDKs in ten languages, publish API docs, and triage production SDK errors. This page covers its npm package (@octri/cli).

Is the Octri CLI MCP server safe to use?

Octri CLI scores 69 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 25 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Octri CLI MCP server expose?

Octri CLI exposes 31 tools: octri_whoami, octri_list_projects, octri_list_specs, octri_push_spec, octri_import_spec_url, and 26 more. Their descriptions and schemas cost roughly 2,080 tokens of context every time the server is loaded.

Is the Octri CLI MCP server still maintained?

Octri CLI is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Octri CLI MCP server under?

Octri CLI declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.