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_TOKENsecretPreferred OSF personal access token.
OSF_USERNAMEsecretOptional OSF username fallback when OSF_TOKEN is not provided.
OSF_PASSWORDsecretOptional 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.0Related MCP servers
FYI MCP
Active
FYI request management with tools for requests, authorities, correspondence, sync, and health.
1
View repository →Python
MCHS NWAU Calculator
Active
Stdio MCP server for MCHS schemas, validation, support status, and evidence.
1
View repository →SAS
MIT
Sourceright
Active
Reference verification MCP server for CSL bibliographies, evidence, and audited writes.
1
View repository →Rust
healthpoint-rs
Active
Read-only MCP server for licensed Healthpoint HL7 FHIR API access.
0
View repository →Rust
Apache-2.0