Skip to content

Latest commit

 

History

History
31 lines (29 loc) · 479 Bytes

File metadata and controls

31 lines (29 loc) · 479 Bytes

stdio mode

{
  "mcpServers": {
    "gitee": {
      "command": "mcp-gitee",
      "env": {
        "GITEE_API_BASE": "https://gitee.com/api/v5",
        "GITEE_ACCESS_TOKEN": "<your personal access token>"
      }
    }
  }
}

sse mode

start mcp server through sse

mcp-gitee -token <your personal access token> -transport sse
{
  "mcpServers": {
    "gitee": {
      "url": "http://localhost:8000/sse",
    }
  }
}

sse