Skip to content
Cursor

codeberg mcp for Cursor

io.github.mrfentmen/codeberg-mcp

Codeberg repositories from the Codeberg API. No key required.

client:Cursor transport:stdio runtime:npm

Install codeberg mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "codeberg-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "codeberg-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

codeberg mcp in other clients