Files
gitea-mcp/README.md
2025-03-17 21:01:29 -07:00

413 B

Gitea MCP Server

Usage

MCP Server Config

{
  "mcpServers": {
    "gitea": {
      "command": "gitea-mcp",
      "args": [
        "-t": "stdio",
        "--host": "https://gitea.com"//,
       // "--token": "<your personal access token>"
      ],
      "env": {
      //   "GITEA_HOST": "https://gitea.com",
         "GITEA_ACCESS_TOKEN": "<your personal access token>"
      }
    }
  }
}