Skip to content

ma-nakaya/onprem-gh-cli-mcp

v0.1.0MIT

Operate allowlisted GitHub resources through a local GitHub CLI MCP server with a portable skill for safe account selection, reads, reviews, and writes.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

onprem-gh-clistdio
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "--yes",
    "--package",
    "file:${PLUGIN_ROOT}",
    "--",
    "onprem-gh-cli-mcp"
  ],
  "env": {
    "GH_MCP_AUDIT_LOG_PATH": "${PLUGIN_DATA}/audit.jsonl",
    "npm_config_cache": "${PLUGIN_DATA}/npm-cache"
  },
  "cwd": "${PLUGIN_ROOT}"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "onprem-gh-cli-mcp",
  "version": "0.1.0",
  "description": "Operate allowlisted GitHub resources through a local GitHub CLI MCP server with a portable skill for safe account selection, reads, reviews, and writes.",
  "author": {
    "name": "ma-nakaya",
    "url": "https://github.com/ma-nakaya"
  },
  "homepage": "https://github.com/ma-nakaya/onprem-gh-cli-mcp-server#readme",
  "repository": "https://github.com/ma-nakaya/onprem-gh-cli-mcp-server",
  "license": "MIT",
  "keywords": [
    "mcp",
    "github",
    "github-cli",
    "agent-skills"
  ]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub