goern/forgejo-mcp ? reverse-engineered prompt
Reverse engineered prompt
Build me an MCP server that lets an AI assistant talk to Forgejo repositories in plain English.
I want to be able to ask things like list my repositories, create and update issues, check pull requests, read and edit files, manage branches, and look at notifications without leaving my chat app. It should connect to a Forgejo instance with a personal access token, work with common MCP clients like Claude, Cursor, and VS Code, and support running over stdio and HTTP. If it makes sense, include the option for a single server to serve multiple users with their own auth headers.
Please make it easy to run locally, and also provide a container image setup for people who want that. Keep the experience simple, so I can point it at my Forgejo URL, add my token, and start asking it to do things for me. If you need to check current MCP or Forgejo docs while building it, go ahead and look them up online.
Are you gonna build this?
make sure you review the code using coderabbit