# OSF CLI Go (oci · ghcr.io/edithatogo/osf-cli-go-osf-mcp:0.3.2)

Read-only MCP tools for authenticated Open Science Framework projects and files.

- Trust score: 43/100 (low)
- Change this week: −2
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- oci · `ghcr.io/edithatogo/osf-cli-go-osf-mcp:0.3.2`: 43/100 (this document), [markdown](https://verifymcp.io/servers/edithatogo-osf-cli-go/ghcr-io-edithatogo-osf-cli-go-osf-mcp-0-3-2.md), [page](https://verifymcp.io/servers/edithatogo-osf-cli-go/ghcr-io-edithatogo-osf-cli-go-osf-mcp-0-3-2)

## Channel facts

- Registry: `oci`
- Package: `ghcr.io/edithatogo/osf-cli-go-osf-mcp:0.3.2`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 0/100
  - Malware scan not yet available for this package.
  - CVE data not yet available for this package.
  - Install-script risk not yet assessed.
  - Dependency-health data not yet available.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (Apache-2.0).
  - Actively maintained (last published 21 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 200 tokens (~33/item across 6 items; 6 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**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

### Claude

```bash
claude mcp add edithatogo-osf-cli-go -- docker run --rm -i ghcr.io/edithatogo/osf-cli-go-osf-mcp:0.3.2
```

### Codex

```bash
codex mcp add edithatogo-osf-cli-go -- docker run --rm -i ghcr.io/edithatogo/osf-cli-go-osf-mcp:0.3.2
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "edithatogo-osf-cli-go": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/edithatogo/osf-cli-go-osf-mcp:0.3.2"
      ],
      "enabled": true
    }
  }
}
```

### Hermes

```yaml
mcp_servers:
  edithatogo-osf-cli-go:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/edithatogo/osf-cli-go-osf-mcp:0.3.2"]
```

### Other

```json
{
  "mcpServers": {
    "edithatogo-osf-cli-go": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/edithatogo/osf-cli-go-osf-mcp:0.3.2"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 43, +4)

- [functional improvement] Stability: unverified → 0.23

### 2026-07-31 (score 39, −6)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-27 (score 45, +34)

- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Schema quality: excellent
- [functional] First check of Schema quality: pass
- [functional] First check of Tool coverage: 100
- [functional] First check of Tool coverage: 100
- [functional] First check of Schema quality: fail

### 2026-07-26 (score 11)

First indexed and scored.

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

## MCP tools (6)

### `osf_components_list` (~36 tokens)

List immediate child components for an OSF project or component.

Input parameters:

- `id` (string, required): OSF project/component id or URL

Output parameters:

- `nodes` (null|array)

### `osf_contributors_list` (~35 tokens)

List contributors for an OSF project or component.

Input parameters:

- `id` (string, required): OSF project/component id or URL

Output parameters:

- `contributors` (null|array)

### `osf_files_list` (~54 tokens)

List OSF Storage files and folders for a project/component, optionally below a path.

Input parameters:

- `id` (string, required): OSF project/component id or URL
- `path` (string): optional path below OSF Storage

Output parameters:

- `files` (null|array)

### `osf_project_get` (~36 tokens)

Get an OSF project or component by id or URL.

Input parameters:

- `id` (string, required): OSF project/component id or URL

Output parameters:

- `node` (object)

### `osf_projects_list` (~20 tokens)

List projects owned by the authenticated OSF user.

Output parameters:

- `nodes` (null|array)

### `osf_whoami` (~19 tokens)

Return the authenticated OSF user profile.

Output parameters:

- `user` (object)

## Diagnostics

Captured diagnostic sections: Provenance. The full working is on the page: https://verifymcp.io/servers/edithatogo-osf-cli-go/ghcr-io-edithatogo-osf-cli-go-osf-mcp-0-3-2#diagnostics

## Score history

- 2026-08-03: 43
- 2026-08-02: 43
- 2026-08-01: 39
- 2026-07-31: 39
- 2026-07-30: 45
- 2026-07-29: 45
- 2026-07-28: 45
- 2026-07-27: 45
- 2026-07-26: 11

## Links

- Repository: https://github.com/edithatogo/osf-cli-go
- Changelog RSS feed: https://verifymcp.io/servers/edithatogo-osf-cli-go/ghcr-io-edithatogo-osf-cli-go-osf-mcp-0-3-2/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/edithatogo-osf-cli-go/ghcr-io-edithatogo-osf-cli-go-osf-mcp-0-3-2/changelog.json
- HTML version of this page: https://verifymcp.io/servers/edithatogo-osf-cli-go/ghcr-io-edithatogo-osf-cli-go-osf-mcp-0-3-2
