← Back to Plugins
MCP Server MCP

okffs

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @neturely/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@neturely/okffs",
      "version": "0.12.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "GitHub PAT (fine-grained recommended). Falls back to `gh auth token` if unset.",
          "isSecret": true,
          "name": "GITHUB_TOKEN"
        },
        {
          "description": "Target repo owner. Auto-detected from the git origin remote if unset.",
          "name": "GITHUB_OWNER"
        },
        {
          "description": "Target repo name. Auto-detected from the git origin remote if unset.",
          "name": "GITHUB_REPO"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...