OSF CLI Go
Rank #16,139io.github.edithatogo/osf-cli-go
Read-only MCP tools for authenticated Open Science Framework projects and files.
OSF CLI Go is a Model Context Protocol (MCP) server published by edithatogo. It ranks #16,139 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. OSF CLI Go is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on May 2, 2026 and most recently updated on May 18, 2026.
Ranks ahead of 99,321 of 115,460 servers on MCP Toplist.
Use OSF CLI Go
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add osf-cli-go -e "OSF_TOKEN=<your OSF_TOKEN>" -e "OSF_USERNAME=<your OSF_USERNAME>" -e "OSF_PASSWORD=<your OSF_PASSWORD>" -- docker run -i --rm ghcr.io/edithatogo/osf-cli-go-osf-mcp:0.2.0Replace each placeholder with your own value before saving.
[mcp_servers.osf-cli-go]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/edithatogo/osf-cli-go-osf-mcp:0.2.0"]
[mcp_servers.osf-cli-go.env]
OSF_TOKEN = "<your OSF_TOKEN>"
OSF_USERNAME = "<your OSF_USERNAME>"
OSF_PASSWORD = "<your OSF_PASSWORD>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.edithatogo%2Fosf-cli-go)<a href="https://mcptoplist.com/server/io.github.edithatogo%2Fosf-cli-go"><img src="https://mcptoplist.com/badge/io.github.edithatogo%2Fosf-cli-go.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
edithatogo
Other servers by edithatogo
- FYI MCP#10,788 · 1 ver
- Sourceright#28,312 · 2 vers
- MCHS NWAU Calculator#30,185 · 1 ver
- healthpoint-rs#31,114 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.2.0 | May 18, 2026 |
Frequently asked questions
- Who maintains OSF CLI Go?
- OSF CLI Go is maintained by edithatogo, which publishes 5 MCP servers (6 total versions) tracked on MCP Toplist.
- Is OSF CLI Go listed on the Official MCP Registry?
- Yes — OSF CLI Go is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does OSF CLI Go have?
- MCP Toplist tracks 1 version of OSF CLI Go, most recently published on May 18, 2026.
- Where can I find the source code for OSF CLI Go?
- The source code for OSF CLI Go is hosted at github.com/edithatogo/osf-cli-go.