Serversio.github.Ray0907/git-mcp-server
S

io.github.Ray0907/git-mcp-server

io.github.Ray0907/git-mcp-server · v0.2.3
▦ npm
v0.2.3npm npm: @raytien/git-mcp-server↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
  "name": "io.github.Ray0907/git-mcp-server",
  "description": "MCP server for GitLab and GitHub",
  "repository": {
    "url": "https://github.com/Ray0907/git-mcp-server",
    "source": "github"
  },
  "version": "0.2.3",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@raytien/git-mcp-server",
      "version": "0.2.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Provider type: gitlab or github",
          "format": "string",
          "name": "GIT_PROVIDER"
        },
        {
          "description": "Personal Access Token for GitHub or GitLab",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "GIT_TOKEN"
        },
        {
          "description": "API URL for self-hosted instances",
          "format": "string",
          "name": "GIT_API_URL"
        },
        {
          "description": "Disable write operations (true/false)",
          "format": "string",
          "name": "GIT_READ_ONLY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}