OSF CLI Go
About
Read-only MCP tools for authenticated Open Science Framework projects and files.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
OSF_TOKEN OSF_USERNAME OSF_PASSWORDClaude Code
claude mcp add --env OSF_TOKEN= --env OSF_USERNAME= --env OSF_PASSWORD= osf-cli-go -- docker ghcr.io/edithatogo/osf-cli-go-osf-mcp:0.3.2
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"osf-cli-go","command":"docker","args":["ghcr.io/edithatogo/osf-cli-go-osf-mcp:0.3.2"],"env":{"OSF_TOKEN":"","OSF_USERNAME":"","OSF_PASSWORD":""}}'
JSON
{
"mcpServers": {
"osf-cli-go": {
"command": "docker",
"args": [
"ghcr.io/edithatogo/osf-cli-go-osf-mcp:0.3.2"
],
"env": {
"OSF_TOKEN": "",
"OSF_USERNAME": "",
"OSF_PASSWORD": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.