{ "mcpServers": { "gitea-stdio": { "command": "gitea-mcp", "args": { "-t": "stdio", "--host": "https://gitea.com", "--token": "" }, "env": { "GITEA_HOST": "https://gitea.com", "GITEA_ACCESS_TOKEN": "" } }, "gitea-network-http": { "url": "http://localhost:8080/mcp" }, "gitea-network-sse": { "url": "http://localhost:8081/sse" } } }