diff --git a/plugins/gitea/.mcp.json b/plugins/gitea/.mcp.json index da39e4f..470c456 100644 --- a/plugins/gitea/.mcp.json +++ b/plugins/gitea/.mcp.json @@ -1,3 +1,18 @@ { - "mcpServers": {} + "mcpServers": { + "gitea": { + "args": [ + "run", + "gitea.com/gitea/gitea-mcp@v1.7.0", + "-t", + "stdio" + ], + "command": "go", + "env": { + "GITEA_ACCESS_TOKEN": "${GITEA_ACCESS_TOKEN}", + "GITEA_HOST": "${GITEA_HOST}" + }, + "type": "stdio" + } + } }