← Index

OSF CLI Go

io.github.edithatogo/osf-cli-go·v0.2.0·Other
Quality Score
85
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "osf-cli-go": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/edithatogo/osf-cli-go-osf-mcp:0.2.0"
      ],
      "env": {
        "OSF_TOKEN": "<your-osf_token>",
        "OSF_USERNAME": "<your-osf_username>",
        "OSF_PASSWORD": "<your-osf_password>"
      }
    }
  }
}
§02  Environment variables
OSF_TOKEN
secret

Preferred OSF personal access token.

OSF_USERNAME
secret

Optional OSF username fallback when OSF_TOKEN is not provided.

OSF_PASSWORD
secret

Optional OSF password fallback when OSF_TOKEN is not provided.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other