Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CF_IDNoCloudflare Access client ID (optional, for instances behind Cloudflare Zero Trust).
CF_SECRETNoCloudflare Access client secret (optional).
GITEA_TOKENYesYour Gitea personal access token.
GITEA_API_URLNoBase URL of the Gitea API (default: https://git.your-instance.com/api/v1).
MCP_ALLOWED_PATHSNoComma-separated list of allowed paths for file operations (optional).

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
run_safe_shellB

Execute a safe shell command (git only) in a specific directory

list_reposB

Get a list of all user/organization repositories

list_issuesC

Get a list of all open issues in the repository

search_issuesC

Search for issues in a repository using keywords

get_issue_detailsB

Read the full issue description and its status

add_commentB

Leave a comment on a Gitea issue

create_issueC

Create a new issue in the repository

list_labelsB

Get a list of all labels in the repository

list_branchesC

List branches in the repository

create_pull_requestC

Create a Pull Request

update_issueB

Update an issue (change state, title, body, or labels)

Prompts

Interactive templates invoked by user choice

NameDescription
analyze-issue

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/boringstudio-org/mcp-gitea'

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