claude-memory/graph/configurations/gitea-mcp-server-official-giteagitea-mcp-v081-installed-loca-e967ba.md

1.4 KiB

id type title tags importance confidence created updated
e967baf6-1630-4c1c-abdc-8ef0d15b0746 configuration Gitea MCP server (official gitea/gitea-mcp v0.8.1) installed locally
gitea
mcp
claude-code
configuration
claude-home
0.8 0.8 2026-02-25T23:12:14.116203+00:00 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

{
  "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