scm-broker-mcp

TheTeamRAH/scm-broker-mcp
★ 0 stars Python Communication Updated today
MCP server for GitHub and Bitbucket pull-request workflows
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": {
    "scm-broker-mcp": {
      "command": "uvx",
      "args": [
        "scm-broker-mcp"
      ]
    }
  }
}

Or install with pip: pip install scm-broker-mcp

README Excerpt

A provider-neutral MCP server for pull-request workflows on GitHub and Bitbucket Cloud. It uses the official Python MCP SDK and supports Streamable HTTP plus stdio. ```bash uv sync --dev export GITHUB_TOKEN='…' # only if using GitHub export BITBUCKET_EMAIL='[email protected]' # only if using Bitbucket

Tools (1)

list_repositories