Skip to content
Zed

okffs for Zed

io.github.neturely/okffs

MCP server connecting Claude Code to GitHub for an issue to branch to PR to close workflow.

client:Zed transport:stdio runtime:npm

Install okffs in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "okffs": {
      "command": "npx",
      "args": [
        "-y",
        "@neturely/okffs"
      ],
      "env": {
        "GITHUB_TOKEN": "<GITHUB_TOKEN>",
        "GITHUB_OWNER": "<GITHUB_OWNER>",
        "GITHUB_REPO": "<GITHUB_REPO>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

okffs in other clients