deors-demos-github-mcp-server

deors/deors-demos-github-mcp-server
★ 0 stars TypeScript 🔌 API Integration Updated 7d ago
An MCP server built to automate operations with a GitHub account or organisation, in a way that is compatible with company policies (vs. using the vanilla MCP server).
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "deors-demos-github-m": {
      "command": "npx",
      "args": [
        "-y",
        "deors/deors-demos-github-mcp-server"
      ]
    }
  }
}