Documentation

MCP

GitForge speaks the Model Context Protocol (MCP), so AI agents and assistants can read repositories, open pull requests, and manage issues through a standard tool interface.

Connect

Point your MCP-capable client at the GitForge MCP server and authenticate with a personal access token. The server exposes repository, pull-request, and issue tools.

{
  "mcpServers": {
    "gitforge": {
      "url": "https://your-host/mcp",
      "headers": { "Authorization": "Bearer gf_YOUR_TOKEN" }
    }
  }
}

Tools

Available tools include listing and reading repositories, browsing files, opening and reviewing pull requests, and creating issues — scoped to your token's permissions.