Skip to content
Claude Desktop

okffs for Claude Desktop

io.github.neturely/okffs

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

client:Claude Desktop transport:stdio runtime:npm

Install okffs in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

okffs in other clients