← Registry

Developer Tools

gluecron.com

Provides tools to search, read, and analyze public GitHub repositories.

1 endpoint60 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://gluecron.com/mcp

No auth detected

MCP server metadata

Name
gluecron
Version
1.0
Capabilities
toolsresources

Known tools 60

gluecron_repo_search

Search Gluecron repositories by keyword (name + description).

Inferred read-only
gluecron_repo_read_file

Read a single file from a repository at a given ref (branch / tag / commit).

Inferred read-only
gluecron_repo_list_issues

List open issues for a public repository.

Inferred read-only
gluecron_repo_explain_codebase

Return the cached AI 'explain this codebase' Markdown for a public repo (most recent commit).

Inferred read-only
gluecron_repo_health

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.

Inferred read-only
gluecron_create_issue

Create a new issue on a Gluecron repository.

Potential side effects
gluecron_comment_issue

Add a comment to an existing issue.

Inferred read-only
gluecron_close_issue

Close an open issue.

Inferred read-only
gluecron_reopen_issue

Reopen a previously closed issue.

Inferred read-only
gluecron_create_pr

Open a new pull request.

Inferred read-only
gluecron_get_pr

Fetch the full detail record of a pull request (title, body, state, branches, draft, author, timestamps).

Inferred read-only
gluecron_list_prs

List pull requests on a repo, filtered by state (open|closed|merged|all).

Inferred read-only
gluecron_comment_pr

Add a comment to a pull request.

Inferred read-only
gluecron_merge_pr

Merge an open PR.

Inferred read-only
gluecron_close_pr

Close an open pull request without merging.

Inferred read-only
gluecron_fork_repo

Fork a repository to the authenticated caller's namespace.

Inferred read-only
gluecron_delete_repo

Permanently delete a repository row (git data on disk is left untouched).

Potential side effects
gluecron_update_repo

Update repository description / visibility / default_branch.

Potential side effects
gluecron_search_repos

Full-text search of public repositories by name/description.

Inferred read-only
gluecron_clone_url

Return the authenticated HTTPS clone URL for a repo + a credential-helper hint.

Inferred read-only
gluecron_label_issue

Attach one or more labels to an issue.

Inferred read-only
gluecron_unlabel_issue

Detach a label from an issue.

Inferred read-only
gluecron_assign_issue

Assign an issue to a user.

Inferred read-only
gluecron_search_issues

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

Inferred read-only
gluecron_request_changes

Post a 'changes requested' AI-review comment on a PR.

Potential side effects
gluecron_search_prs

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

Inferred read-only
gluecron_open_draft_pr

Open a draft pull request.

Inferred read-only
gluecron_generate_pr_description

Generate an AI commit-message-style description for a diff.

Potential side effects
gluecron_read_file

Read a file from a repo at a given ref.

Inferred read-only
gluecron_write_file

Create or update a file on a branch via git plumbing.

Potential side effects
gluecron_delete_file

Delete a file from a branch via git plumbing.

Potential side effects
gluecron_list_tree

List directory contents at a ref.

Inferred read-only
gluecron_get_commit

Fetch a single commit's metadata by SHA.

Inferred read-only
gluecron_create_branch

Create a new branch ref pointing at an existing sha.

Potential side effects
gluecron_atomic_multi_file_commit

Apply a set of file writes + deletes as a single atomic commit on a branch (creates the branch if it doesn't exist).

Inferred read-only
gluecron_ship_spec

Drop a spec file in .

Potential side effects
gluecron_voice_to_pr

Interpret a free-form voice transcript and either ship it as a spec or create an issue (caller picks via `as`).

Potential side effects
gluecron_refactor_across_repos

Plan + execute a refactor that spans multiple repos owned by the caller.

Potential side effects
gluecron_explain_repo

Return the cached AI 'explain this codebase' Markdown for a repo.

Inferred read-only
gluecron_chat_with_repo

Start a new chat with a repo: creates a chat row, sends the first user message, streams + persists the assistant reply.

Potential side effects
gluecron_chat_continue

Send another message to an existing repo chat.

Potential side effects
gluecron_generate_tests

Generate tests for a PR via Claude.

Inferred read-only
gluecron_generate_commit_message

Generate a commit message for a diff.

Potential side effects
gluecron_generate_release_notes

Generate release notes between two tags.

Inferred read-only
gluecron_propose_migration

Propose a dependency-upgrade PR.

Inferred read-only
gluecron_propose_doc_update

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

Potential side effects
gluecron_trigger_workflow

Dispatch a workflow_dispatch run.

Inferred read-only
gluecron_get_workflow_run

Fetch a workflow run's metadata + status.

Inferred read-only
gluecron_get_workflow_logs

Return concatenated per-job logs for a workflow run, plus per-job metadata.

Inferred read-only
gluecron_cancel_workflow_run

Cancel a queued/running workflow run.

Inferred read-only
gluecron_get_preview_url

Return the branch-preview URL + status for a (repo, branch) pair.

Inferred read-only
gluecron_provision_pr_sandbox

Provision (or re-provision) a sandbox for a PR.

Inferred read-only
gluecron_create_agent_session

Mint a new agent-multiplayer session.

Inferred read-only
gluecron_acquire_lease

Grab an exclusive lease on a target (e.

Inferred read-only
gluecron_release_lease

Release a lease by id.

Inferred read-only
gluecron_get_agent_budget

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

Inferred read-only
gluecron_semantic_search

Query the per-repo vector index (Voyage embeddings when configured, hash fallback otherwise).

Inferred read-only
gluecron_find_symbol

Find definitions of a symbol by name within a repo.

Inferred read-only
gluecron_pr_status_summary

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

Inferred read-only
gluecron_ai_cost_summary

Return AI spend rollups.

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.