forgejo-mcp
Verified Safeby goern
Overview
Connects AI assistants to Forgejo repositories, enabling natural language management of issues, pull requests, files, and more.
Installation
FORGEJO_ACCESS_TOKEN="<your personal access token>" forgejo-mcp --transport stdio --url https://your-forgejo-instance.orgEnvironment Variables
- FORGEJO_URL
- FORGEJO_ACCESS_TOKEN
- FORGEJO_DEBUG
Security Notes
The server's Go source code shows good security practices, including handling sensitive data (access tokens) via environment variables or CLI flags, and sanitizing URLs and redacting tokens in logs. It primarily acts as a proxy to the Forgejo API via a standard SDK, limiting its attack surface. No 'eval', obfuscation, or direct malicious patterns were identified. The primary security consideration for users is to ensure the Forgejo access token is granted only the necessary permissions.
Similar Servers
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
git-mcp-server
A Model Context Protocol (MCP) server that provides Git-specific tools and resources for AI/LLM agents to interact with version control systems.
tinystruct-mcp
A modular Java server providing a JSON-RPC interface for file system and Git/GitHub operations, aimed at automation and DevOps workflows.
foreman-mcp-server
A Model Context Protocol (MCP) server that enables Language Models (LLMs) to interact with a Foreman instance for IT automation, reporting, and configuration management.