Developer Tools
gluecron.com
Provides tools to search, read, and analyze public GitHub repositories.
ENDPOINT 1
https://gluecron.com/mcp
MCP server metadata
- Name
- gluecron
- Version
- 1.0
Known tools 63
gluecron_repo_searchSearch Gluecron repositories by keyword (name + description), case-insensitively.
Inferred read-onlygluecron_repo_read_fileRead a single file from a repository at a given ref (branch / tag / commit).
Inferred read-onlygluecron_repo_explain_codebaseReturn the cached AI 'explain this codebase' Markdown for a public repo (most recent commit).
Inferred read-onlygluecron_repo_healthCompute 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.
Inferred read-onlygluecron_get_prFetch the full detail record of a pull request (title, body, state, branches, draft, author, timestamps).
Inferred read-onlygluecron_list_prsList pull requests on a repo, filtered by state (open|closed|merged|all).
Inferred read-onlygluecron_delete_repoPermanently delete a repository row (git data on disk is left untouched).
Potential side effectsgluecron_update_repoUpdate repository description / visibility / default_branch.
Potential side effectsgluecron_search_reposSearch repositories by owner, name, owner/name or description, case-insensitively: every public repo, plus the private ones you own or collaborate on when authenticated.
Inferred read-onlygluecron_whoamiWho this connector is on this Gluecron instance: the signed-in username and email, whether that account is a site admin, the token's scopes, and how many repositories it owns or collaborates on.
Potential side effectsgluecron_clone_urlReturn the authenticated HTTPS clone URL for a repo + a credential-helper hint.
Inferred read-onlygluecron_search_issuesSearch issues by title/body keyword on a single repo, filtered by state.
Inferred read-onlygluecron_generate_pr_descriptionGenerate an AI commit-message-style description for a diff.
Potential side effectsgluecron_get_commitFetch a single commit by SHA: metadata plus the list of files it changed (path, status, additions, deletions).
Inferred read-onlygluecron_atomic_multi_file_commitApply a set of file writes + deletes as a single atomic commit on a branch (creates the branch if it doesn't exist).
Inferred read-onlygluecron_ship_specDrop a spec file in .gluecron/specs/ with status: ready so the autopilot picks it up.
Potential side effectsgluecron_voice_to_prInterpret a free-form voice transcript and either ship it as a spec or create an issue (caller picks via `as`).
Potential side effectsgluecron_refactor_across_reposPlan + execute a refactor that spans multiple repos owned by the caller.
Potential side effectsgluecron_explain_repoReturn the cached AI 'explain this codebase' Markdown for a repo.
Inferred read-onlygluecron_chat_with_repoStart a new chat with a repo: creates a chat row, sends the first user message, streams + persists the assistant reply.
Potential side effectsgluecron_propose_doc_updateManual trigger for the AI doc-update flow: scans tracked sections on the default branch and opens a PR rewriting stale prose.
Potential side effectsgluecron_get_workflow_logsReturn concatenated per-job logs for a workflow run, plus per-job metadata.
Inferred read-onlygluecron_get_preview_urlReturn the branch-preview URL + status for a (repo, branch) pair.
Inferred read-onlygluecron_get_agent_budgetReturn spent / cap / remaining cents for an agent session.
Inferred read-onlygluecron_semantic_searchQuery the per-repo vector index (Voyage embeddings when configured, hash fallback otherwise).
Inferred read-onlygluecron_pr_status_summaryCompute a one-shot status summary for a PR: state, risk score (and whether it describes the current head), CI state for the head commit as the merge gate sees it, AI-review verdicts (trio), gate signals.
Inferred read-onlygluecron_security_scanEverything 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.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.gluecron]
url = "https://gluecron.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"gluecron": {
"type": "http",
"url": "https://gluecron.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: gluecron
Remote MCP URL: https://gluecron.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"gluecron": {
"url": "https://gluecron.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"gluecron": {
"type": "http",
"url": "https://gluecron.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "gluecron",
"transport": "streamable-http",
"url": "https://gluecron.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.