送信

Gitrama Mcp

@ahmaxdev

AI Git workflow MCP server. Generates conventional commit messages, branch names, PR descriptions, and manages work streams (wip, hotfix, review, experiment). Works with Cursor, Claude Desktop, Claude Code, Windsurf, and VS Code. Install: pip install gitrama-mcp

サーバー設定

{
  "mcpServers": {
    "gitrama-mcp": {
      "command": "gitrama-mcp",
      "args": [],
      "env": {
        "GITRAMA_TOKEN": "your-token-here"
      }
    }
  }
}