gitea-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITEA_URL | Yes | Base URL of your Gitea instance (e.g. https://gitea.example.com) | |
| GITEA_TOKEN | Yes | Personal access token with appropriate permissions |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| gitea_version | Get the Gitea MCP server version and service version. |
| gitea_create | Gitea create operations (POST). operation='help' — list ops with parameter names + types. operation='schema' — JSON Schema for one op. params={'op': 'OpName'} or params={} to list op names. operation='' params={...} — invoke. Params validated strictly: unknown keys, wrong types, missing required → ValueError with field-level detail. |
| gitea_update | Gitea update operations (PUT/PATCH). operation='help' — list ops with parameter names + types. operation='schema' — JSON Schema for one op. params={'op': 'OpName'} or params={} to list op names. operation='' params={...} — invoke. Params validated strictly: unknown keys, wrong types, missing required → ValueError with field-level detail. |
| gitea_admin_write | Gitea admin write operations (POST/PUT/PATCH/DELETE /admin/*). operation='help' — list ops with parameter names + types. operation='schema' — JSON Schema for one op. params={'op': 'OpName'} or params={} to list op names. operation='' params={...} — invoke. Params validated strictly: unknown keys, wrong types, missing required → ValueError with field-level detail. |
| gitea_admin_read | Gitea admin read operations (GET /admin/*). operation='help' — list ops with parameter names + types. operation='schema' — JSON Schema for one op. params={'op': 'OpName'} or params={} to list op names. operation='' params={...} — invoke. Params validated strictly: unknown keys, wrong types, missing required → ValueError with field-level detail. |
| gitea_read | Gitea read operations (GET). operation='help' — list ops with parameter names + types. operation='schema' — JSON Schema for one op. params={'op': 'OpName'} or params={} to list op names. operation='' params={...} — invoke. Params validated strictly: unknown keys, wrong types, missing required → ValueError with field-level detail. |
| gitea_delete | Gitea delete operations (DELETE). operation='help' — list ops with parameter names + types. operation='schema' — JSON Schema for one op. params={'op': 'OpName'} or params={} to list op names. operation='' params={...} — invoke. Params validated strictly: unknown keys, wrong types, missing required → ValueError with field-level detail. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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/nikitatsym/gitea-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server