nexus-gh-mcp

jimmythegod100/nexus-gh-mcp
★ 0 stars Python API Integration Updated today
MCP server for GitHub automation
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nexus-gh-mcp": {
      "command": "uvx",
      "args": [
        "nexus-gh-mcp"
      ]
    }
  }
}

Or install with pip: pip install nexus-gh-mcp

README Excerpt

MCP server for GitHub repository automation via the REST API. ```bash poetry install cp .env.example .env export GITHUB_TOKEN=ghp_your_token poetry run nexus-gh-mcp ``` Service runs on http://localhost:8003 - **create_repo** — create a new repository - **create_branch** — branch from an existing ref - **create_workflow** — push a workflow file (via push_file)

Topics

githubmcpnexuspython