mcpbeat Sign in

okffs MCP Server

local only

okffs runs on your own machine — the client starts it, so there is no endpoint to ping. 75 installs a week from npm. Last commit 21 Aug 2026.

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

Installs per day peak 256 · avg 23 · +43% w/w
a month agotoday
75
Installs / week
npm · @neturely/okffs
2
Stars
9 open issues
21 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/cli/probe.ts:16, src/github.ts:14
    const out = execFileSync(cmd, args, {
Builds a database query by concatenation src/tools/commit_and_update.ts:63
        text: `commit_and_update failed: could not look up issue #${input.issue_number} (${msg}). Nothing was committed.`,

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add okffs -- npx -y @neturely/okffs
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "okffs": {
      "args": [
        "-y",
        "@neturely/okffs"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.okffs]
command = "npx"
args = ["-y", "@neturely/okffs"]
.cursor/mcp.json
{
  "mcpServers": {
    "okffs": {
      "args": [
        "-y",
        "@neturely/okffs"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "okffs": {
      "args": [
        "-y",
        "@neturely/okffs"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GITHUB_TOKEN (GitHub PAT (fine-grained recommended). Falls back to `gh auth token` if unset.), GITHUB_OWNER (Target repo owner. Auto-detected from the git origin remote if unset.), GITHUB_REPO (Target repo name. Auto-detected from the git origin remote if unset.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to okffs

same job, measured the same way
Devflow MCP
by cocaxcode

MCP server connecting Jira (Cloud + Server) with GitHub/GitLab. Branches, issues, PRs, flows.

47 installs/wk local only
Hostinger SSH MCP
by ohvenkat

MCP server for connecting Claude Code to a Hostinger VPS via SSH

25 installs/wk local only
Seojeom MCP
by seojeom

Local-first MCP server for Claude/Codex project wiki and graph workflows

local only
Contextforge MCP
by alfredoizdev

Persistent memory MCP server for Claude Code, Cursor, and GitHub Copilot.

197 installs/wk local only
Github
by davidweb3-ctrl

GitHub MCP Server - List PRs, issues, repo info, and search code

21 installs/wk local only
Coverctl
by felixgeelhaar

Go code coverage analysis tool with MCP server for AI-powered coverage workflows

local only
Coverctl
by klarlabs-studio

Go code coverage analysis tool with MCP server for AI-powered coverage workflows

local only
Mne Docs
by weiyongxu

MCP server for MNE-Python documentation, source code, GitHub issues, and forum

115 installs/wk local only

okffs — questions

Answers built from our own checks of this server.

Why is there no uptime for okffs?
okffs runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @neturely/okffs was installed 75 times last week.
How do I connect okffs?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @neturely/okffs straight from npm; nothing to host, nothing to sign up for.
How many people use okffs?
The npm package @neturely/okffs was installed 75 times in the last week. Week over week that is +43%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is okffs open source?
Yes — it is published under the MIT licence, written in TypeScript, 2 stars on GitHub and 9 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.