store: Gitea MCP server (official gitea/gitea-mcp v0.8.1) installed locally

This commit is contained in:
Cal Corum 2026-02-25 17:12:14 -06:00
parent da76f32dae
commit 63a62f6e03

View File

@ -0,0 +1,48 @@
---
id: e967baf6-1630-4c1c-abdc-8ef0d15b0746
type: configuration
title: "Gitea MCP server (official gitea/gitea-mcp v0.8.1) installed locally"
tags: [gitea, mcp, claude-code, configuration, claude-home]
importance: 0.8
confidence: 0.8
created: "2026-02-25T23:12:14.116203+00:00"
updated: "2026-02-25T23:12:14.116203+00:00"
---
# Gitea MCP Server - Official Binary v0.8.1
## Summary
Installed the official `gitea/gitea-mcp` binary as a user-scoped MCP server for Claude Code, replacing the decommissioned Docker MCP Gateway (LXC 303).
## Installation
- Binary source: https://gitea.com/gitea/gitea-mcp (v0.8.1)
- Installed to: `~/.local/bin/gitea-mcp`
- Transport: stdio
- Config location: `~/.claude.json` under `"mcpServers"` key
## Configuration
```json
{
"mcpServers": {
"gitea-mcp": {
"command": "gitea-mcp",
"args": ["-t", "stdio", "-host", "https://git.manticorum.com"],
"env": {
"GITEA_ACCESS_TOKEN": "<token>"
}
}
}
}
```
## Auth
- Uses `GITEA_ACCESS_TOKEN` environment variable
- Same token as `tea` CLI config at `~/.config/tea/config.yml`
## Capabilities
- Provides 109 tools covering: repos, issues, PRs, branches, releases, Actions, wiki, users/orgs
- Replaces Docker MCP Gateway (LXC 303) which was decommissioned
## Notes
- Configured at user scope so it's available in all Claude Code sessions
- Use `claude mcp add -s user` to manage user-scoped servers