PluginBench
MCP Server
Maintained
Apache-2.0

OSF CLI Go MCP Server

io.github.edithatogo/osf-cli-go

What is the OSF CLI Go MCP server?

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

How to install OSF CLI Go

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "osf-cli-go": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "osf-cli-go": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "osf-cli-go": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "osf-cli-go": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "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>"
      }
    }
  }
}
Claude Code
claude mcp add osf-cli-go --env OSF_TOKEN=<YOUR_OSF_TOKEN> --env OSF_USERNAME=<YOUR_OSF_USERNAME> --env OSF_PASSWORD=<YOUR_OSF_PASSWORD> -- docker run -i --rm ghcr.io/edithatogo/osf-cli-go-osf-mcp:0.2.0

Related MCP servers

FYI MCP

Active

FYI request management with tools for requests, authorities, correspondence, sync, and health.

1
Python
View repository →

Stdio MCP server for MCHS schemas, validation, support status, and evidence.

1
SAS
MIT
View repository →

Reference verification MCP server for CSL bibliographies, evidence, and audited writes.

1
Rust
View repository →

Read-only MCP server for licensed Healthpoint HL7 FHIR API access.

0
Rust
Apache-2.0
View repository →