Skip to main content
Glama

forgejo-mcp

Mozilla Public License 2.0
9
logo.svg•1.92 kB
<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"> <style> .bg-line { stroke: #E0E0E0; stroke-width: 1.5; } .bg-node { fill: #E0E0E0; } .active-line { stroke: #4FC3F7; /* Light Blue */ stroke-width: 2.5; stroke-linecap: round; } .active-node { fill: #4FC3F7; } .spark { fill: #FFD600; /* Amber Yellow */ stroke: #FFB300; stroke-width: 0.5; } .f-foreground { fill: #37474F; /* Dark Slate Grey */ stroke: #FFFFFF; /* White outline for contrast */ stroke-width: 2.5; stroke-linejoin: round; } </style> <rect width="100" height="100" fill="#FFFFFF"/> <!-- Background Neural Network --> <g id="neural-network"> <!-- Inactive paths and nodes --> <path class="bg-line" d="M15 25 L30 40 L10 60 M30 40 L50 50 L45 80 M50 50 L75 75 M50 50 L80 55 L90 30"/> <circle class="bg-node" cx="15" cy="25" r="4"/> <circle class="bg-node" cx="10" cy="60" r="4"/> <circle class="bg-node" cx="45" cy="80" r="4"/> <circle class="bg-node" cx="75" cy="75" r="4"/> <circle class="bg-node" cx="90" cy="30" r="4"/> <!-- Active Path --> <path class="active-line" d="M20 85 L40 65 L65 50 L85 20"/> <circle class="bg-node" cx="20" cy="85" r="4"/> <circle class="active-node" cx="40" cy="65" r="5"/> <circle class="active-node" cx="65" cy="50" r="5"/> <circle class="active-node" cx="85" cy="20" r="5"/> <!-- Spark on an active node --> <g transform="translate(85, 20) scale(0.8)"> <path class="spark" d="M0 -10 L2 -2 L10 0 L2 2 L0 10 L-2 2 L-10 0 L-2 -2 Z" /> </g> </g> <!-- Foreground F (New "Protocol" Style) --> <!-- This single path contains three disconnected shapes for the F --> <path class="f-foreground" d="M25 15 H 40 V 85 H 25 Z M48 15 H 70 V 30 H 48 Z M48 40 H 65 V 55 H 48 Z" /> </svg>

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/raohwork/forgejo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server