Connect Claude and Cursor to Self-Hosted Gitea with gitea-mcp

Connecting Claude and Cursor to a self-hosted Gitea via gitea-mcp

I wanted to operate my self-hosted Gitea from Claude (Claude Code / Claude Desktop) and Cursor, which I use every day, over MCP. MCP setup on GitHub is very easy, but Gitea needed a few extra steps. I installed the official gitea-mcp on macOS, issued an access token on the Gitea side, and tried using the same binary from both clients over stdio. I did not try connecting from other editors such as VS Code. For that, refer to the official repository. [Read More]
Categories: Self-hosting  Tags: Gitea MCP macOS 

How to Deal with Homebrew 6.0 Asking y/N on Upgrade

How to handle Homebrew 6.0's new interactive upgrade confirmation prompts

From Homebrew 6.0 onwards, running brew upgrade or brew install asks you to confirm whether to continue. Copy ==> This action will upgrade X formulae. Proceed? [y/N] Until now it went ahead automatically, so I imagine many people were caught off guard. In this article I summarize the ways to deal with it depending on the situation. Dealing with it on the spot If you do not need to change any settings in particular, all you do is type y and press Enter when the prompt appears. [Read More]
Categories: macOS  Tags: Homebrew macOS Shell zsh