mcp-server

command
v3.1.29 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 21, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Gitea MCP Server - Model Context Protocol server for Gitea Actions

This standalone server implements the MCP protocol over stdio, proxying requests to a Gitea instance's /api/v2/mcp endpoint.

Usage:

gitea-mcp-server --url https://git.example.com --token YOUR_API_TOKEN

Configure in Claude Code's settings.json:

{
  "mcpServers": {
    "gitea": {
      "command": "gitea-mcp-server",
      "args": ["--url", "https://git.example.com", "--token", "YOUR_TOKEN"]
    }
  }
}

Source Files

  • main.go

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL