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_request_changes ~79

Post a 'changes requested' AI-review comment on a PR. The comment is tagged with isAiReview=true so the gate-checker recognises it. Requires 'repo' scope.

NameTypeReqDescription
bodystringyesReview body (Markdown)
numbernumberyes
ownerstringyes
repostringyes

No output schema declared.

No examples provided.

gluecron_search_issues ~75

Search issues by title/body keyword on a single repo, filtered by state. Returns ranked rows.

NameTypeReqDescription
limitnumber
ownerstringyes
querystringyesSearch keyword
repostringyes
statestringopen | closed | all (default open)

No output schema declared.

No examples provided.

gluecron_search_prs ~67

Search pull requests by title/body keyword on a repo.

NameTypeReqDescription
limitnumber
ownerstringyes
querystringyes
repostringyes
statestringopen|closed|merged|all (default open)

No output schema declared.

No examples provided.

gluecron_search_repos ~124

Full-text search of public repositories by name/description, case-insensitively. Mirrors GET /api/v2/search/repos. `total` is the full match count (not the page size) and `nextOffset` pages through it.

NameTypeReqDescription
limitnumberMax rows per page (default 30, max 100)
offsetnumberRows to skip. Use `nextOffset` from the previous response.
querystringyesSearch keyword
sortstringstars | updated | name (default: stars)

No output schema declared.

No examples provided.

gluecron_security_scan ~389

Everything Gluecron actually knows about a repository's security, in one honest call: OSV.dev CVE/GHSA advisories against the indexed dependency graph (with FIXED VERSIONS), Gluecron's supplemental advisory list, a full-tree committed-secret scan, and optionally a Claude semantic code review. Unlike gluecron_repo_health, an empty result is NEVER reported as a pass: every category returns status 'assessed' | 'partial' | 'not_assessed' | 'error' with a machine-readable reason code, so you can tell 'we checked and it is clean' from 'we never looked'. In particular, a repo whose dependency graph was never indexed returns dependency_advisories.status='not_assessed' (reason 'dependency_graph_not_indexed'), not an empty advisory list. Read-only.

NameTypeReqDescription
include_ai_reviewbooleanOpt in to the Claude Sonnet semantic review (SQLi/XSS/SSRF/authz/crypto). Costs an Anthropic call and adds seconds. Default false. When it cannot run — no key, provider error, unparseable output — th…
max_candidate_linesnumberCap on lines the secret detector inspects (1-200000, default 20000). The whole tree is always prefiltered; only lines that already matched a secret marker are inspected, so this rarely binds. When it…
ownerstringyesRepo owner username
refstringBranch, tag or commit SHA to scan the tree of. Default: the repo's default branch. Note advisories describe the INDEXED dependency graph, whose commit is reported separately — if it differs from this…
repostringyesRepo name

No output schema declared.

No examples provided.

gluecron_semantic_search ~127

Query the per-repo vector index (Voyage embeddings when configured, hash fallback otherwise). Reads the live per-push index (code_embeddings) first, falling back to the manually-reindexed chunk index (code_chunks). Returns {hits, source, indexed, indexedFiles} — `indexed: false` means the repo has never been indexed (empty hits are NOT 'no match'); `indexedFiles` is the live-index row count.

NameTypeReqDescription
limitnumber
ownerstringyes
querystringyes
repostringyes

No output schema declared.

No examples provided.

gluecron_ship_spec ~88

Drop a spec file in .gluecron/specs/ with status: ready so the autopilot picks it up. Wraps voice-to-pr.shipAsSpec — handle both voice + manual specs. Requires 'repo' scope.

NameTypeReqDescription
bodystringyesSpec body (Markdown)
ownerstringyes
repostringyes
titlestringyes

No output schema declared.

No examples provided.

gluecron_trigger_workflow ~99

Dispatch a workflow_dispatch run. Mirrors POST /api/v2/repos/.../actions/workflows/:filename/dispatches. Requires 'repo' scope.

NameTypeReqDescription
filenamestringyesWorkflow filename (e.g. ci.yml)
inputsobjectWorkflow inputs (object)
ownerstringyes
refstringBranch / tag / sha (default: repo default branch)
repostringyes

No output schema declared.

No examples provided.

gluecron_unlabel_issue ~63

Detach a label from an issue. Idempotent. Requires 'repo' scope. Returns {removed: boolean}.

NameTypeReqDescription
labelstringyes
numbernumberyes
ownerstringyes
repostringyes

No output schema declared.

No examples provided.

gluecron_update_repo ~178

Update repository description / visibility / default_branch. Requires 'admin' access on the repo (owner, org owners/admins, admin collaborators) and 'repo' scope. Returns {ok: true}.

NameTypeReqDescription
automationobjectPer-repo automation dials, same keys as Settings → Automation: ai_review_mode, pr_triage_mode, issue_triage_mode, auto_merge_mode, ci_autofix_mode, auto_repair_mode, auto_issues_mode, doc_drift_mode.…
default_branchstringSet default branch (optional)
descriptionstringNew description (optional)
is_privatebooleanSet visibility (optional)
ownerstringyesRepo owner username
repostringyesRepo name

No output schema declared.

No examples provided.

gluecron_voice_to_pr ~94

Interpret a free-form voice transcript and either ship it as a spec or create an issue (caller picks via `as`). Wraps src/lib/voice-to-pr.ts. Requires 'repo' scope.

NameTypeReqDescription
asstring'spec' or 'issue' (default: auto via interpretVoiceTranscript)
ownerstringyes
repostringyes
transcriptstringyes

No output schema declared.

No examples provided.

gluecron_write_file ~143

Create or update a file on a branch via git plumbing. Wraps `createOrUpdateFileOnBranch`. Pass `content` as a UTF-8 string OR `content_base64` for binary. Requires 'repo' scope.

NameTypeReqDescription
branchstringyes
contentstringUTF-8 file body (optional)
content_base64stringBase64 file body (optional)
expect_blob_shastringOptimistic-concurrency check: existing blob sha must match.
messagestringyesCommit message
ownerstringyes
pathstringyes
repostringyes

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.