diff --git a/README.md b/README.md index 355c519..c6039de 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,20 @@ } } } +``` + +- Cursor config +```json +{ + "mcpServers": { + "gitea": { + "command": "gitea-mcp", + "args": [ + "-t": "stdio", + "--host": "https://gitea.com", + "--token": "" + ] + } + } +} ``` \ No newline at end of file