gitea-mcp-server
by pxsloot
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITEA_URL | Yes | Base URL of your Gitea/Forgejo instance | |
| HTTP_CORS | No | CORS origin for http transport (defaults to origin from GITEA_URL) | |
| HTTP_HOST | No | HTTP host for http transport (default: 127.0.0.1) | 127.0.0.1 |
| HTTP_PATH | No | HTTP path (default: /mcp) | /mcp |
| HTTP_PORT | No | HTTP port (default: 8080) | 8080 |
| LOG_LEVEL | No | Log level: DEBUG, INFO, WARNING, ERROR (default: INFO) | INFO |
| LOG_FORMAT | No | Log format: 'json' or 'text' (default: json) | json |
| GITEA_TOKEN | Yes | API token (Settings → Applications → Generate Token) | |
| TOOL_PREFIX | No | Prefix for all tool names (default: gitea_) | gitea_ |
| SSL_CERT_FILE | No | Custom CA bundle path | |
| TRANSPORT_TYPE | No | Transport type: 'stdio' or 'http' (default: stdio) | stdio |
| GITEA_VERIFY_SSL | No | Set 'false' for self-signed certs (default: 'true') | true |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityActive
ResponsivenessNo issues