Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Gluecron

REMOTE · GLUECRON.COM · SCANNED SEP 20

AI-native git hosting — repos, PRs, issues, CI gates, and AI code review over MCP (60 tools).

Available components

0 this week 92 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security94
Transport & Reachability100
Schema Quality & AI Usability86
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 6740 tokens (~67/item across 100 items; 62 tools + 38 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage85
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 54% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 5 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 63 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
Install

How do I install the Gluecron MCP server?

Gluecron is a hosted endpoint at https://gluecron.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · gluecron.com

# add to Claude Code
claude mcp add --transport http com-gluecron-gluecron 'https://gluecron.com/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "com-gluecron-gluecron": {
      "url": "https://gluecron.com/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-gluecron-gluecron": {
      "type": "http",
      "url": "https://gluecron.com/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.com-gluecron-gluecron]
url = "https://gluecron.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-gluecron-gluecron": {
      "type": "remote",
      "url": "https://gluecron.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-gluecron-gluecron --url 'https://gluecron.com/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-gluecron-gluecron:
    url: "https://gluecron.com/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-gluecron-gluecron": {
      "Transport": "http",
      "Url": "https://gluecron.com/mcp"
    }
  }
}
# add to Vellum
assistant mcp add com-gluecron-gluecron -t streamable-http -u 'https://gluecron.com/mcp'
// mcp.json
{
  "mcpServers": {
    "com-gluecron-gluecron": {
      "type": "http",
      "url": "https://gluecron.com/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 16 Sept 26 0
    • Tool “gluecron_delete_repo” rewrote its description, which is the text the model reads security
    • Tool “gluecron_semantic_search” rewrote its description, which is the text the model reads security
    • Tool “gluecron_update_repo” rewrote its description, which is the text the model reads security
  • 11 Sept 26 +10
    • Transport: fail → pass security
    • “gluecron_close_issue” reworded the description of “owner” cosmetic
    • “gluecron_close_pr” reworded the description of “owner” cosmetic
    • “gluecron_comment_issue” reworded the description of “owner” cosmetic
    • “gluecron_comment_pr” reworded the description of “owner” cosmetic
    • “gluecron_create_issue” reworded the description of “owner” cosmetic
    • “gluecron_create_pr” reworded the description of “owner” cosmetic
    • “gluecron_get_pr” reworded the description of “owner” cosmetic
    • “gluecron_list_prs” reworded the description of “owner” cosmetic
    • “gluecron_merge_pr” reworded the description of “owner” cosmetic
    • “gluecron_reopen_issue” reworded the description of “owner” cosmetic
    • “gluecron_repo_explain_codebase” reworded the description of “owner” cosmetic
    • “gluecron_repo_health” reworded the description of “owner” cosmetic
    • “gluecron_repo_list_issues” reworded the description of “owner” cosmetic
    • “gluecron_repo_read_file” reworded the description of “owner” cosmetic
  • 10 Sept 26 −10
    • Transport: pass → fail security
    • “gluecron_update_repo” added an optional parameter “automation” cosmetic
  • 7 Sept 26 0
    • New resource “ccantynz/claude” functional
  • 2 Sept 26 0
    • Tool “gluecron_chat_continue” rewrote its description, which is the text the model reads security
    • Tool “gluecron_chat_with_repo” rewrote its description, which is the text the model reads security
    • Tool “gluecron_get_commit” rewrote its description, which is the text the model reads security
    • Tool “gluecron_list_tree” rewrote its description, which is the text the model reads security
    • Tool “gluecron_repo_search” rewrote its description, which is the text the model reads security
    • Tool “gluecron_search_repos” rewrote its description, which is the text the model reads security
    • Tool “gluecron_semantic_search” rewrote its description, which is the text the model reads security
    • Schema quality: 57 → 65 functional
    • New tool “gluecron_get_diff” functional
    • New tool “gluecron_security_scan” functional
    • “gluecron_get_commit” added an optional parameter “include_files” cosmetic
    • “gluecron_list_prs” added an optional parameter “limit” cosmetic
    • “gluecron_list_prs” added an optional parameter “offset” cosmetic
    • “gluecron_repo_list_issues” added an optional parameter “offset” cosmetic
    • “gluecron_repo_search” added an optional parameter “offset” cosmetic
    • “gluecron_search_repos” added an optional parameter “offset” cosmetic
    • “gluecron_repo_list_issues” reworded the description of “limit” cosmetic
    • “gluecron_repo_search” reworded the description of “limit” cosmetic
    • “gluecron_search_repos” reworded the description of “limit” cosmetic
  • 26 Aug 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 25 Aug 26 0
    • Stability: 0.97 → pass security
    • New resource “ccantynz/marco-demo” functional
  • 24 Aug 26 +1
    • New resource “ccantynz/CGA” functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Probed https://gluecron.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=gluecron.com CN=YR1,O=Let's Encrypt,C=US 1 Sept 2026 30 Nov 2026 RSA 4096 SHA256-RSA 55706f66ba45501113d33915f550611bfc8
SANs: gluecron.com, www.gluecron.com
CN=YR1,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA a20253f15f2691c05dc1ce13b9bcca4e
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of gluecron.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
gluecron.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication Enforced and verified

The endpoint asked for a token and published valid RFC 9728 metadata describing how to get one.

Result Enforced and verified
Enforced On tool calls
HTTP status 200

WWW-Authenticate challenge Bearer resource_metadata="https://gluecron.com/.well-known/oauth-protected-resource"

Bearer resource_metadata="https://gluecron.com/.well-known/oauth-protected-resource"
Header Value
strict-transport-security max-age=63072000; includeSubDomains
x-content-type-options nosniff
x-frame-options SAMEORIGIN
referrer-policy strict-origin-when-cross-origin

Protected resource metadata

Document https://gluecron.com/.well-known/oauth-protected-resource
Retrieved Yes
Resource https://gluecron.com/mcp
Authorisation server https://gluecron.com

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://gluecron.com/mcp Verified 200
http (plaintext) http://gluecron.com/mcp HTTPS enforced 301 https://gluecron.com/mcp
MCP tools · 62 exposed · ~5,881 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
gluecron_acquire_lease ~92

Grab an exclusive lease on a target (e.g. a PR or branch) for an agent session. Returns null when another agent holds an active lease.

NameTypeReqDescription
agent_session_idstringyes
duration_msnumberLease duration (default 5 minutes)
target_idstringyes
target_typestringyese.g. 'pull_request', 'branch'

No output schema declared.

No examples provided.

gluecron_ai_cost_summary ~88

Return AI spend rollups. Scope by one of: user_id (self), repo {owner,repo}, or agent_session_id. Defaults to caller's user spend.

NameTypeReqDescription
agent_session_idstring
ownerstring
repostring
scopestring'user' (default) | 'repo' | 'agent'

No output schema declared.

No examples provided.

gluecron_assign_issue ~88

Assign an issue to a user. Gluecron does not yet have a dedicated assignee table; assignment is modelled as an `assignee:<username>` label so it integrates with existing label tooling. Requires 'repo' scope.

NameTypeReqDescription
assigneestringyesUsername to assign
numbernumberyes
ownerstringyes
repostringyes

No output schema declared.

No examples provided.

gluecron_atomic_multi_file_commit ~146

Apply a set of file writes + deletes as a single atomic commit on a branch (creates the branch if it doesn't exist). The killer agent tool: blob/tree/commit/ref-update sequence. Each change is `{path, content?, content_base64?, deleted?}`. Requires 'repo' scope.

NameTypeReqDescription
base_branchstringBranch to fork from when `branch` doesn't yet exist (default: repo default).
branchstringyes
changesarrayyesArray of {path, content?|content_base64?, deleted?} entries.
messagestringyes
ownerstringyes
repostringyes

No output schema declared.

No examples provided.

gluecron_cancel_workflow_run ~48

Cancel a queued/running workflow run. Requires 'repo' scope.

NameTypeReqDescription
ownerstringyes
repostringyes
run_idstringyes

No output schema declared.

No examples provided.

gluecron_chat_continue ~72

Send another message to an existing repo chat. Returns the assistant's reply. If the AI service does not answer this fails with a JSON-RPC error carrying {chat_id, ai_error} rather than returning apology copy as a reply.

NameTypeReqDescription
chat_idstringyes
messagestringyes

No output schema declared.

No examples provided.

gluecron_chat_with_repo ~115

Start a new chat with a repo: creates a chat row, sends the first user message, streams + persists the assistant reply. Returns {chat_id, reply}. If the AI service does not answer this fails with a JSON-RPC error carrying {chat_id, ai_error} — it never returns apology copy as a reply. Requires authentication.

NameTypeReqDescription
messagestringyesInitial user message
ownerstringyes
repostringyes
titlestringChat title (optional)

No output schema declared.

No examples provided.

gluecron_clone_url ~59

Return the authenticated HTTPS clone URL for a repo + a credential-helper hint. Use this instead of embedding tokens in URLs. Returns {url, hint}.

NameTypeReqDescription
ownerstringyesRepo owner username
repostringyesRepo name

No output schema declared.

No examples provided.

gluecron_close_issue ~73

Close an open issue. Requires authenticated caller with write access. Idempotent — closing an already-closed issue is a no-op. Returns {state}.

NameTypeReqDescription
numbernumberyesIssue number
ownerstringyesRepo owner — username or organisation slug
repostringyesRepo name

No output schema declared.

No examples provided.

gluecron_close_pr ~65

Close an open pull request without merging. Requires authenticated caller with write access. Idempotent. Returns {state}.

NameTypeReqDescription
numbernumberyesPR number
ownerstringyesRepo owner — username or organisation slug
repostringyesRepo name

No output schema declared.

No examples provided.

gluecron_comment_issue ~73

Add a comment to an existing issue. Requires authenticated caller with write access. Returns {commentId}.

NameTypeReqDescription
bodystringyesComment body (Markdown)
numbernumberyesIssue number
ownerstringyesRepo owner — username or organisation slug
repostringyesRepo name

No output schema declared.

No examples provided.

gluecron_comment_pr ~73

Add a comment to a pull request. Requires authenticated caller with write access. Returns {commentId}.

NameTypeReqDescription
bodystringyesComment body (Markdown)
numbernumberyesPR number
ownerstringyesRepo owner — username or organisation slug
repostringyesRepo name

No output schema declared.

No examples provided.

gluecron_create_agent_session ~98

Mint a new agent-multiplayer session. Returns the plaintext `token` exactly once (store it). Requires 'admin' scope.

NameTypeReqDescription
branch_namespacestringOptional branch namespace override
budget_cents_per_daynumberDaily budget cap in cents (default 500)
namestringyesHuman-readable session name (unique per owner)
repository_idstringOptional repo to scope to

No output schema declared.

No examples provided.

gluecron_create_branch ~87

Create a new branch ref pointing at an existing sha. Mirrors POST /api/v2/repos/.../git/refs. Requires 'repo' scope. Returns {ref, sha}.

NameTypeReqDescription
branchstringyesNew branch name (short form)
ownerstringyes
repostringyes
shastringyesTarget commit sha (40-hex)

No output schema declared.

No examples provided.

gluecron_create_issue ~82

Create a new issue on a Gluecron repository. Requires authenticated caller with write access on the target repo. Returns {number, url}.

NameTypeReqDescription
bodystringIssue body (Markdown). Optional.
ownerstringyesRepo owner — username or organisation slug
repostringyesRepo name
titlestringyesIssue title

No output schema declared.

No examples provided.

gluecron_create_pr ~120

Open a new pull request. `head_branch` is required; `base_branch` defaults to the repo default branch. Requires authenticated caller with write access. Returns {number, url}.

NameTypeReqDescription
base_branchstringTarget branch (default: repo default branch)
bodystringPR body (Markdown). Optional.
head_branchstringyesBranch with the changes
ownerstringyesRepo owner — username or organisation slug
repostringyesRepo name
titlestringyesPR title

No output schema declared.

No examples provided.

gluecron_delete_file ~94

Delete a file from a branch via git plumbing. Requires the existing blob sha (optimistic concurrency) and 'repo' scope. Mirrors DELETE /api/v2/contents.

NameTypeReqDescription
branchstringyes
messagestringyes
ownerstringyes
pathstringyes
repostringyes
shastringyesCurrent blob sha (40-hex)

No output schema declared.

No examples provided.

gluecron_delete_repo ~76

Permanently delete a repository row (git data on disk is left untouched). Requires 'admin' access on the repo (owner, org owners/admins, admin collaborators) AND 'admin' token scope. Returns {deleted: true}.

NameTypeReqDescription
ownerstringyesRepo owner username
repostringyesRepo name

No output schema declared.

No examples provided.

gluecron_explain_repo ~57

Return the cached AI 'explain this codebase' Markdown for a repo. Pure read — never triggers a new generation (use the web UI for that).

NameTypeReqDescription
ownerstringyes
repostringyes

No output schema declared.

No examples provided.

gluecron_find_symbol ~54

Find definitions of a symbol by name within a repo. Wraps src/lib/symbols.findDefinitions.

NameTypeReqDescription
namestringyesSymbol name
ownerstringyes
repostringyes

No output schema declared.

No examples provided.

gluecron_fork_repo ~65

Fork a repository to the authenticated caller's namespace. Mirrors POST /:owner/:repo/fork. Returns {owner, repo, url}. Requires 'repo' scope.

NameTypeReqDescription
ownerstringyesSource repo owner
repostringyesSource repo name

No output schema declared.

No examples provided.

gluecron_generate_commit_message ~60

Generate a commit message for a diff. Same engine as gluecron_generate_pr_description but explicit for the commit-message use case.

NameTypeReqDescription
diffstringyes
stylestring'conventional' (default) or 'plain'

No output schema declared.

No examples provided.

gluecron_generate_pr_description ~85

Generate an AI commit-message-style description for a diff. Uses src/lib/ai-commit-message.ts under the hood; gracefully degrades to a heuristic when ANTHROPIC_API_KEY is missing. Returns {subject, body}.

NameTypeReqDescription
diffstringyesUnified-diff body
stylestring'conventional' (default) or 'plain'

No output schema declared.

No examples provided.

gluecron_generate_release_notes ~75

Generate release notes between two tags. Wraps src/lib/ai-release-notes.generateReleaseNotes. Returns the rendered Markdown + section data.

NameTypeReqDescription
from_tagstringPrevious tag (optional)
ownerstringyes
repostringyes
to_tagstringyesNew tag

No output schema declared.

No examples provided.

gluecron_generate_tests ~99

Generate tests for a PR via Claude. Wraps src/lib/ai-test-generator.generateTestsForPr. Mode 'follow-up-pr' opens a new PR; 'append-commit' commits onto the head branch. Requires 'repo' scope.

NameTypeReqDescription
modestring'follow-up-pr' or 'append-commit'
numbernumberyesPR number
ownerstringyes
repostringyes

No output schema declared.

No examples provided.

gluecron_get_agent_budget ~32

Return spent / cap / remaining cents for an agent session.

NameTypeReqDescription
agent_session_idstringyes

No output schema declared.

No examples provided.

gluecron_get_commit ~117

Fetch a single commit by SHA: metadata plus the list of files it changed (path, status, additions, deletions). Mirrors GET /api/v2/repos/.../commits/:sha. Patch bodies are NOT included — use gluecron_get_diff for those.

NameTypeReqDescription
include_filesbooleanInclude the files-changed summary and stats (default true). Set false to skip the diff read on very large commits.
ownerstringyes
repostringyes
shastringyesCommit SHA

No output schema declared.

No examples provided.

gluecron_get_diff ~203

Read the actual changes in a commit or a branch range. Pass `sha` for one commit against its first parent, or `base`+`head` for everything head adds since the merge base (what a PR proposes). Returns {files:[{path, oldPath?, status, additions, deletions, binary, patch, patchTruncated}], stats, truncated}. Patch text is byte-capped; set include_patch=false for a files-changed summary only.

NameTypeReqDescription
basestringBase ref (with `head`)
headstringHead ref (with `base`)
include_patchbooleanInclude patch bodies (default true)
max_patch_bytesnumberTotal budget for patch text across all files (default 400000, max 2000000)
ownerstringyes
repostringyes
shastringCommit SHA — diffs it against its first parent

No output schema declared.

No examples provided.

gluecron_get_pr ~79

Fetch the full detail record of a pull request (title, body, state, branches, draft, author, timestamps). Authenticated callers only (the read tool surface still works anonymously).

NameTypeReqDescription
numbernumberyesPR number
ownerstringyesRepo owner — username or organisation slug
repostringyesRepo name

No output schema declared.

No examples provided.

gluecron_get_preview_url ~86

Return the branch-preview URL + status for a (repo, branch) pair. Wraps branch-previews.getPreviewForBranch. Returns {ok:false, reason:'not enabled on this host'} when the host has no PREVIEW_DOMAIN (no preview would ever resolve).

NameTypeReqDescription
branchstringyes
ownerstringyes
repostringyes

No output schema declared.

No examples provided.

gluecron_get_workflow_logs ~59

Return concatenated per-job logs for a workflow run, plus per-job metadata. JSON-friendly companion to the ZIP-download endpoint.

NameTypeReqDescription
ownerstringyes
repostringyes
run_idstringyes

No output schema declared.

No examples provided.

gluecron_get_workflow_run ~58

Fetch a workflow run's metadata + status. Mirrors GET /api/v2/repos/.../actions/runs/:id.

NameTypeReqDescription
ownerstringyes
repostringyes
run_idstringyes

No output schema declared.

No examples provided.

gluecron_label_issue ~73

Attach one or more labels to an issue. Labels are created if they don't yet exist on the repo. Requires 'repo' scope. Returns {labels}.

NameTypeReqDescription
labelsarrayyesLabel names (strings)
numbernumberyes
ownerstringyes
repostringyes

No output schema declared.

No examples provided.

gluecron_list_prs ~126

List pull requests on a repo, filtered by state (open|closed|merged|all). Authenticated callers only. Returns up to 50 summary rows.

NameTypeReqDescription
limitnumberMax rows per page (default 50, max 100)
offsetnumberRows to skip, for paging. Use `nextOffset` from the previous response.
ownerstringyesRepo owner — username or organisation slug
repostringyesRepo name
statestringopen | closed | merged | all (default: open)

No output schema declared.

No examples provided.

gluecron_list_tree ~142

List directory contents at a ref. `path` scopes the listing to a subtree and is honoured in BOTH modes; `recursive: true` walks the whole subtree instead of one level. Always returns the same shape: {path, ref, recursive, entries, truncated, totalCount}. Recursive entries carry full repo-relative paths; non-recursive entries carry names. A ref that does not exist is an error, never an empty listing.

NameTypeReqDescription
ownerstringyes
pathstringSub-path within the repo
recursiveboolean
refstringyesBranch / tag / sha
repostringyes

No output schema declared.

No examples provided.

gluecron_merge_pr ~148

Merge an open PR. Enforces the same checks as the HTTP merge flow: not a draft, head SHA resolves, GateTest+AI-review hard gates pass, branch-protection rules satisfied. M3: soft-blocks when the pre-merge risk score is `critical` unless `confirm_high_risk: true` is passed. Returns {merged, sha?, reason?, riskScore?}.

NameTypeReqDescription
confirm_high_riskbooleanWhen true, bypass the M3 risk-score soft-block on critical-band PRs.
numbernumberyesPR number
ownerstringyesRepo owner — username or organisation slug
repostringyesRepo name

No output schema declared.

No examples provided.

gluecron_open_draft_pr ~91

Open a draft pull request. Same payload as gluecron_create_pr but forces is_draft=true. Useful for AI-in-progress PRs that shouldn't run mergeability checks yet.

NameTypeReqDescription
base_branchstring
bodystring
head_branchstringyes
ownerstringyes
repostringyes
titlestringyes

No output schema declared.

No examples provided.

gluecron_pr_status_summary ~61

Compute a one-shot status summary for a PR: state, risk score, AI-review verdicts (trio), gate signals. Read-only.

NameTypeReqDescription
numbernumberyes
ownerstringyes
repostringyes

No output schema declared.

No examples provided.

gluecron_propose_doc_update ~56

Manual trigger for the AI doc-update flow: scans tracked sections on the default branch and opens a PR rewriting stale prose. Requires 'repo' scope.

NameTypeReqDescription
ownerstringyes
repostringyes

No output schema declared.

No examples provided.

gluecron_propose_migration ~101

Propose a dependency-upgrade PR. Wraps src/lib/migration-assistant.proposeMajorMigration. Requires 'repo' scope.

NameTypeReqDescription
base_shastringyesCommit sha to fork from
changelogstringOptional changelog text
dependencystringyes
from_versionstringyes
ownerstringyes
repostringyes
to_versionstringyes

No output schema declared.

No examples provided.

gluecron_provision_pr_sandbox ~85

Provision (or re-provision) a sandbox for a PR. Wraps pr-sandbox.provisionSandbox. Requires 'repo' scope. Returns {ok:false, reason:'not enabled on this host'} when no sandbox provisioner runs on the host.

NameTypeReqDescription
numbernumberyes
ownerstringyes
repostringyes

No output schema declared.

No examples provided.

gluecron_read_file ~101

Read a file from a repo at a given ref. Mirrors GET /api/v2/repos/:owner/:repo/contents/:path. Returns {path, size, content, encoding}.

NameTypeReqDescription
encodingstring'utf8' (default) or 'base64'
ownerstringyes
pathstringyes
refstringBranch / tag / sha (default HEAD)
repostringyes

No output schema declared.

No examples provided.

gluecron_refactor_across_repos ~104

Plan + execute a refactor that spans multiple repos owned by the caller. Wraps src/lib/multi-repo-refactor.ts. `dry_run: true` returns the plan only. Requires 'repo' scope.

NameTypeReqDescription
descriptionstringyesNatural-language description
dry_runbooleanWhen true, returns the plan and does NOT execute.
repository_idsarrayOptional explicit repo IDs to scope the refactor to.

No output schema declared.

No examples provided.

gluecron_release_lease ~33

Release a lease by id. Idempotent. Returns {released}.

NameTypeReqDescription
lease_idstringyes

No output schema declared.

No examples provided.

gluecron_reopen_issue ~65

Reopen a previously closed issue. Requires authenticated caller with write access. Idempotent. Returns {state}.

NameTypeReqDescription
numbernumberyesIssue number
ownerstringyesRepo owner — username or organisation slug
repostringyesRepo name

No output schema declared.

No examples provided.

gluecron_repo_explain_codebase ~66

Return the cached AI 'explain this codebase' Markdown for a public repo (most recent commit). Returns null when no cached explanation exists yet.

NameTypeReqDescription
ownerstringyesRepo owner — username or organisation slug
repostringyesRepo name

No output schema declared.

No examples provided.

gluecron_repo_health ~90

Compute the current health report for a public repo: overall score (0-100), letter grade, per-category breakdown (security/testing/complexity/dependencies/documentation/activity), and a list of insights to fix next. Backed by computeHealthScore in src/lib/intelligence.ts.

NameTypeReqDescription
ownerstringyesRepo owner — username or organisation slug
repostringyesRepo name

No output schema declared.

No examples provided.

gluecron_repo_list_issues ~96

List open issues for a public repository. Returns up to 50 ordered by most-recent.

NameTypeReqDescription
limitnumberMax rows per page (default 25, max 50)
offsetnumberRows to skip, for paging. Use `nextOffset` from the previous response.
ownerstringyesRepo owner — username or organisation slug
repostringyesRepo name

No output schema declared.

No examples provided.

gluecron_repo_read_file ~119

Read a single file from a repository at a given ref (branch / tag / commit). Private repos are readable when the authenticated caller has access. Returns the text content (binary files rejected).

NameTypeReqDescription
ownerstringyesRepo owner — username or organisation slug
pathstringyesFile path within the repo
refstringBranch / tag / commit. Defaults to the repository's actual default branch (which may not be 'main' — e.g. 'Main').
repostringyesRepo name

No output schema declared.

No examples provided.

gluecron_repo_search ~120

Search Gluecron repositories by keyword (name + description), case-insensitively. Returns public repos plus any private repos owned by the authenticated caller. Default 20 per page, max 50; `total` is the full match count and `nextOffset` pages through it.

NameTypeReqDescription
limitnumberMax rows per page (default 20, max 50)
offsetnumberRows to skip. Use `nextOffset` from the previous response.
querystringyesSearch keyword (1-100 chars)

No output schema declared.

No examples provided.

Common questions

What is the Gluecron MCP server?

Gluecron is an MCP server listed in the public MCP registry as com.gluecron/gluecron. AI-native git hosting, repos, PRs, issues, CI gates, and AI code review over MCP (60 tools). This page covers its hosted endpoint (https://gluecron.com/mcp).

Is the Gluecron MCP server safe to use?

Gluecron scores 92 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Gluecron MCP server expose?

Gluecron exposes 62 tools: gluecron_repo_search, gluecron_repo_read_file, gluecron_repo_list_issues, gluecron_repo_explain_codebase, gluecron_repo_health, and 57 more. Their descriptions and schemas cost roughly 5,881 tokens of context every time the server is loaded.

Does the Gluecron MCP server require authentication?

Yes. Gluecron asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.

Is the Gluecron MCP server still maintained?

Gluecron is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.