What is the okffs MCP server?
MCP server connecting Claude Code to GitHub for an issue to branch to PR to close workflow.
How to install okffs
Copy-paste configuration for popular MCP clients.
GITHUB_TOKENsecretGitHub PAT (fine-grained recommended). Falls back to `gh auth token` if unset.
GITHUB_OWNERTarget repo owner. Auto-detected from the git origin remote if unset.
GITHUB_REPOTarget repo name. Auto-detected from the git origin remote if unset.
{
"mcpServers": {
"okffs": {
"command": "npx",
"args": [
"-y",
"@neturely/okffs"
],
"env": {
"GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>",
"GITHUB_OWNER": "<YOUR_GITHUB_OWNER>",
"GITHUB_REPO": "<YOUR_GITHUB_REPO>"
}
}
}
}{
"mcpServers": {
"okffs": {
"command": "npx",
"args": [
"-y",
"@neturely/okffs"
],
"env": {
"GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>",
"GITHUB_OWNER": "<YOUR_GITHUB_OWNER>",
"GITHUB_REPO": "<YOUR_GITHUB_REPO>"
}
}
}
}{
"mcpServers": {
"okffs": {
"command": "npx",
"args": [
"-y",
"@neturely/okffs"
],
"env": {
"GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>",
"GITHUB_OWNER": "<YOUR_GITHUB_OWNER>",
"GITHUB_REPO": "<YOUR_GITHUB_REPO>"
}
}
}
}{
"servers": {
"okffs": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@neturely/okffs"
],
"env": {
"GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>",
"GITHUB_OWNER": "<YOUR_GITHUB_OWNER>",
"GITHUB_REPO": "<YOUR_GITHUB_REPO>"
}
}
}
}claude mcp add okffs --env GITHUB_TOKEN=<YOUR_GITHUB_TOKEN> --env GITHUB_OWNER=<YOUR_GITHUB_OWNER> --env GITHUB_REPO=<YOUR_GITHUB_REPO> -- npx -y @neturely/okffsRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.