mirror of
				https://gitea.com/gitea/gitea-mcp.git
				synced 2025-11-04 12:21:50 +00:00 
			
		
		
		
	
			
				
					
						
					
					50b24dfb616e2465755792956eafb40233a3e6a7
				
			
			
		
	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>"
      // }
    }
  }
}
					Languages
				
				
								
								
									Go
								
								93.8%
							
						
							
								
								
									PowerShell
								
								4.4%
							
						
							
								
								
									Makefile
								
								1.2%
							
						
							
								
								
									Dockerfile
								
								0.5%