Skip to content
Grok

OSF CLI Go for Grok

io.github.edithatogo/osf-cli-go

Read-only MCP tools for authenticated Open Science Framework projects and files.

client:Grok transport:stdio runtime:oci

Install OSF CLI Go in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

OSF CLI Go in other clients