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
doc.go•281 B
// Package repo provides MCP tools for interacting with Forgejo repositories.
//
// It includes tools for searching repositories, listing repositories owned by the
// authenticated user or an organization, and getting detailed information about a specific repository.
package repo