# Gitea MCP Server ## Usage **MCP Server Config** ```json { "mcpServers": { "gitea": { "command": "gitea-mcp", "args": [ "-t": "stdio", "--host": "https://gitea.com", "--token": "" ], // "env": { // "GITEA_HOST": "https://gitea.com", // "GITEA_ACCESS_TOKEN": "" // } } } } ```