Model Context Protocol

Your git host, inside Claude.

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 Codeone line, no config file
claude mcp add --transport http gluecron http://www.gluecron.com/mcp
60
tools
26
read-only
7
flagged destructive
OAuth
+ dynamic client registration

Pick your client

1

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.

Prefer a token? Generate a PAT and set GLUECRON_PAT.
2

Claude Desktop

macOS & Windows app

Download the extension bundle and open it. Claude Desktop installs it in one click — no terminal involved.

Sign in to get one with your token already embedded.
3

Cursor, Windsurf, anything else

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" }
    }
  }
}
Also listed on the MCP registry as com.gluecron/gluecron.

What Claude gets

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 repo
  • gluecron_read_fileRead any file at any ref
  • gluecron_write_fileCommit a change
  • gluecron_create_prOpen a pull request
  • gluecron_merge_prMerge once gates pass
  • gluecron_create_issueFile an issue
  • gluecron_semantic_searchAsk the codebase a question
  • gluecron_repo_healthScore a repo's health

See the full tool reference →

GitHub was built for humans typing.
This one was built for both.