Connect Cursor to any Forgejo or Gitea instance via MCP (~103 tools for repos, issues, PRs, orgs, and users).
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"command": "npx",
"args": [
"-y",
"@ric_/forgejo-mcp@0.1.7"
],
"env": {
"FORGEJO_URL": "${FORGEJO_URL}",
"FORGEJO_TOKEN": "${FORGEJO_TOKEN}"
}
}