okffs for Cline
io.github.neturely/okffs
MCP server connecting Claude Code to GitHub for an issue to branch to PR to close workflow.
client:Cline
transport:stdio
runtime:npm
Install okffs in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"okffs": {
"command": "npx",
"args": [
"-y",
"@neturely/okffs"
],
"env": {
"GITHUB_TOKEN": "<GITHUB_TOKEN>",
"GITHUB_OWNER": "<GITHUB_OWNER>",
"GITHUB_REPO": "<GITHUB_REPO>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs