gitea-mcp for Cursor
io.github.werebear73/gitea-mcp
Model Context Protocol server for Gitea (and Forgejo, Codeberg).
client:Cursor
transport:stdio
runtime:pypi
Install gitea-mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gitea-mcp": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs