GitHits previously supported a legacy remote MCP server atDocumentation Index
Fetch the complete documentation index at: https://docs.githits.com/llms.txt
Use this file to discover all available pages before exploring further.
https://mcp.githits.com/. It can authenticate with Dynamic Client Registration (DCR) OAuth when your client supports it, or with an API token passed as a bearer token.
The recommended setup now uses either local MCP through the GitHits CLI, or GitHits Skills if your harness supports Skills. For local MCP, run:
What changes
| Legacy remote setup | Current setup |
|---|---|
Connects to https://mcp.githits.com/ | Uses local MCP or GitHits Skills |
Uses DCR OAuth or Authorization: Bearer ... | Uses CLI-managed authentication or Skills instructions |
| Often needs per-tool HTTP MCP settings | Works as a standard stdio MCP server |
May use mcp-remote as a proxy | Does not need a proxy |
Migration steps
Remove the legacy MCP server entry
Open your tool’s MCP configuration and remove any GitHits server entry that uses one of these patterns:Also remove any GitHits
Authorization header or token input tied to that server.Choose local MCP or Skills
Use local MCP when you want your agent to call GitHits MCP tools directly:Use Skills when your harness has strong Skills support and you prefer instruction-driven workflows:Do not use both in the same harness at the same time. They expose overlapping capabilities.
Configure local MCP if needed
If your tool is not detected by Some tools use
init, add the local MCP server manually:servers instead of mcpServers. Keep the command and args the same, but follow your tool’s schema.Authenticate with the CLI
For normal local setup, For SSH or headless machines, use:
init handles authentication. To authenticate separately, run:Restart and verify
Restart your coding tool or reload its MCP server list. Confirm that GitHits appears as a local MCP server, then ask your agent to use GitHits:
Revoke old MCP tokens
After the local setup works, revoke legacy MCP tokens that were used only for
https://mcp.githits.com/.Go to app.githits.com, open Settings, then remove tokens under MCP Tokens.Tool-specific replacements
Use these replacements when you are migrating a manually configured tool.VS Code / Copilot
Remove the old HTTP server from.vscode/mcp.json:
Cursor, Windsurf, Cline, and similar tools
Remove any GitHits entry that usesurl, serverUrl, type: "http", or type: "streamableHttp" with https://mcp.githits.com/.
Replace it with:
Claude Code
If you added the old remote server withclaude mcp add --transport http, remove that server from Claude Code first. Then run:
Codex CLI
If you added the old remote server with--url https://mcp.githits.com, remove that entry first. Then add the local server: