Back to directory
cline/cline-community

cline/cline-community

@cline

MCP server that simplifies reporting issues from Cline to GitHub with automatic metadata extraction

clinegithubissue-reportingcommunitydebuggingfeedbackworkflowtool

Installation & Configuration

{
  "mcpServers": {
    "cline-community": {
      "autoApprove": [
        "preview_cline_issue"
      ],
      "timeout": 10,
      "command": "node",
      "args": [
        "/path/to/cline-community/build/index.js"
      ],
      "transportType": "stdio",
      "env": {
        "GH_TOKEN": "YOUR TOKEN HERE"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/13
Updated
2026/6/13