Claude Code
CLI, VS Code, JetBrains
Run the command above. Claude Code will walk you through OAuth on first use — no token to copy, nothing to paste into a config file.
GLUECRON_PAT.Gluecron speaks MCP natively. Point any AI client at it once and Claude can search your code, open pull requests, review them, and merge — against real repositories, with your permissions, in your git history. Not a chat window bolted onto a git host. The git host.
claude mcp add --transport http gluecron http://www.gluecron.com/mcpCLI, VS Code, JetBrains
Run the command above. Claude Code will walk you through OAuth on first use — no token to copy, nothing to paste into a config file.
GLUECRON_PAT.macOS & Windows app
Download the extension bundle and open it. Claude Desktop installs it in one click — no terminal involved.
Generic MCP client
Gluecron is a standard remote MCP server over HTTP. Drop this into your client's MCP config:
{
"mcpServers": {
"gluecron": {
"type": "http",
"url": "http://www.gluecron.com/mcp",
"headers": { "Authorization": "Bearer $GLUECRON_PAT" }
}
}
}com.gluecron/gluecron.60 tools, every one carrying MCP annotations so your client knows which are safe to call unattended. 26 are read-only; 7 are marked destructive and prompt before running.
gluecron_repo_searchSearch code across a repogluecron_read_fileRead any file at any refgluecron_write_fileCommit a changegluecron_create_prOpen a pull requestgluecron_merge_prMerge once gates passgluecron_create_issueFile an issuegluecron_semantic_searchAsk the codebase a questiongluecron_repo_healthScore a repo's health