diff --git a/.cursor/mcp.json b/.cursor/mcp.json new file mode 100644 index 0000000..5d34e6e --- /dev/null +++ b/.cursor/mcp.json @@ -0,0 +1,16 @@ +{ + "mcpServers": { + "gitea": { + "command": "gitea-mcp", + "args": [ + "-t", + "stdio", + "--host", + "your host" + ], + "env": { + "GITEA_ACCESS_TOKEN": "" + } + } + } +} \ No newline at end of file