← Back to Plugins
MCP Server MCP

OSF CLI Go

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:ghcr.io/edithatogo/osf-cli-go-osf-mcp:0.3.2

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/edithatogo/osf-cli-go-osf-mcp:0.3.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Preferred OSF personal access token.",
          "format": "string",
          "isSecret": true,
          "name": "OSF_TOKEN"
        },
        {
          "description": "Optional OSF username fallback when OSF_TOKEN is not provided.",
          "format": "string",
          "isSecret": true,
          "name": "OSF_USERNAME"
        },
        {
          "description": "Optional OSF password fallback when OSF_TOKEN is not provided.",
          "format": "string",
          "isSecret": true,
          "name": "OSF_PASSWORD"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...