OSF CLI Go for Cursor
io.github.edithatogo/osf-cli-go
Read-only MCP tools for authenticated Open Science Framework projects and files.
client:Cursor
transport:stdio
runtime:oci
Install OSF CLI Go in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"osf-cli-go": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs