okffs
by neturely
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_REPO | No | GitHub repository name. Auto-detected from git remote if omitted. | |
| GITHUB_OWNER | No | GitHub repository owner (username or organization). Auto-detected from git remote if omitted. | |
| GITHUB_TOKEN | No | GitHub personal access token (fine-grained or classic) for API operations. | |
| OKFFS_AUTO_PR | No | Open a draft PR when a new issue branch is created. | false |
| OKFFS_AUTOPILOT | No | Default the session to autopilot: take the recommended option at each reversible fork. | false |
| OKFFS_IDENTIFIER | No | Prefix for branch names: {number}-{identifier}-{slug}. | |
| OKFFS_INFER_TYPE | No | Let Claude infer the native GitHub Issue Type from the task. | true |
| OKFFS_PROJECT_ID | No | The board's GraphQL node ID (required when enabled). | |
| OKFFS_BASE_BRANCH | No | Branch new issue branches are created from. | repo default |
| OKFFS_CLASSIC_PAT | No | Set true only with a classic admin:org PAT – enables org-level Issue Field Priority/Effort. | false |
| OKFFS_UPDATE_DOCS | No | Auto-write CHANGELOG/SECURITY updates on create_pull_request. | false |
| OKFFS_DEFAULT_TYPE | No | Native Issue Type fallback when none is inferred or given (e.g. Task). | |
| OKFFS_EXCLUDE_DOCS | No | Comma-separated docs to skip (CHANGELOG.md, SECURITY.md). | |
| OKFFS_INFER_EFFORT | No | Let Claude infer effort from the task. | true |
| OKFFS_DEFAULT_EFFORT | No | Board Effort fallback when none is inferred or given. | |
| OKFFS_DEFAULT_LABELS | No | Comma-separated labels merged with inferred ones. | |
| OKFFS_INFER_PRIORITY | No | Let Claude infer priority from the task. | true |
| OKFFS_AUTO_MERGE_BASE | No | Let merge_pull_request autonomously merge a green, threads-resolved issue PR into the base branch. | false |
| OKFFS_PROJECT_ENABLED | No | Enable the GitHub Projects v2 integration. | false |
| OKFFS_PROMPT_METADATA | No | Set false to hide the assignees/labels tip. | true |
| OKFFS_RESOLVE_THREADS | No | Auto-resolve PR review threads after they're addressed. | false |
| OKFFS_UPDATE_GUIDANCE | No | Nudge Claude to keep CLAUDE.md in sync at PR time. | false |
| OKFFS_DEFAULT_PRIORITY | No | Board Priority fallback when none is inferred or given. | |
| OKFFS_PROJECT_AUTO_ADD | No | Add new issues to the board (fallback when the board has no native auto-add). | false |
| OKFFS_PROMOTION_STATUS | No | Board Status column the promotion PR card lands in (e.g. Review). Needs OKFFS_PROJECT_ENABLED. | |
| OKFFS_PROTECTED_BRANCH | No | A branch okffs must never autonomously merge, tag, or publish into (e.g. main). | |
| OKFFS_BASE_MERGE_METHOD | No | PR merge method for base branch (squash/merge/rebase). | squash |
| OKFFS_DEFAULT_ASSIGNEES | No | Comma-separated usernames assigned to every new issue. | |
| OKFFS_PROMOTION_REVIEWERS | No | Comma-separated reviewers to request on the gate PR (e.g. copilot-pull-request-reviewer[bot]). | |
| OKFFS_PROMOTION_AUTO_REVIEW | No | Opt in to auto-request reviewers on gate-PR creation only. | false |
| OKFFS_PROJECT_INITIAL_STATUS | No | Column a freshly added issue lands in (e.g. Backlog). | |
| OKFFS_PROTECTED_MERGE_METHOD | No | PR merge method for protected branch (squash/merge/rebase). | merge |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/neturely/okffs'
If you have feedback or need assistance with the MCP directory API, please join our Discord server