MCP Server
MCP
okffs
MCP server connecting Claude Code to GitHub for an issue to branch to PR to close workflow.
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
By
Comments
Sign in to leave a comment