OSF CLI Go for Cline
io.github.edithatogo/osf-cli-go
Read-only MCP tools for authenticated Open Science Framework projects and files.
client:Cline
transport:stdio
runtime:oci
Install OSF CLI Go in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"osf-cli-go": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/edithatogo/osf-cli-go-osf-mcp:0.3.2"
],
"env": {
"OSF_TOKEN": "<OSF_TOKEN>",
"OSF_USERNAME": "<OSF_USERNAME>",
"OSF_PASSWORD": "<OSF_PASSWORD>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs