gitea-mcp for Windsurf
io.github.werebear73/gitea-mcp
Model Context Protocol server for Gitea (and Forgejo, Codeberg).
client:Windsurf
transport:stdio
runtime:pypi
Install gitea-mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"gitea-mcp": {
"command": "uvx",
"args": [
"gitea-mcp"
],
"env": {
"GITEA_URL": "<GITEA_URL>",
"GITEA_TOKEN": "<GITEA_TOKEN>",
"GITEA_TIMEOUT": "<GITEA_TIMEOUT>",
"GITEA_MAX_RETRIES": "<GITEA_MAX_RETRIES>",
"GITEA_RETRY_BASE_DELAY": "<GITEA_RETRY_BASE_DELAY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs