Loading languages...
PR

pr-creator-mcp

@urijan442

GitHub Pull Request 생성을 자동화하는 Cursor, Claude 등과 연동 가능한 MCP 서버입니다. PR 제목, 설명, 체크리스트, 영향 범위를 자동으로 생성하고 GitHub에 푸시합니다.

github
pull-request
automation
mcp-server

# mcpServer Config

{
  "mcpServers": {
    "pr-write": {
      "command": "node",
      "args": [
        "/your/path/to/build/index.js"
      ],
      "env": {
        "GITHUB_TOKEN": "..."
      }
    }
  }
}

# stdio

node build/index.js
Transport:
stdio
언어:
TypeScript
생성됨:4/19/2025
업데이트됨:5/2/2025