INDIVIDUAL MCP TOOL
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`).
LIVE ENDPOINT
https://gluecron.com/mcp
Connect to this endpoint to inspect the live schema for gluecron_voice_to_pr and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
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.
Related tools
gluecron_repo_search— Search Gluecron repositories by keyword (name + description).gluecron_repo_read_file— Read a single file from a repository at a given ref (branch / tag / commit).gluecron_repo_list_issues— List open issues for a public repository.gluecron_repo_explain_codebase— Return the cached AI 'explain this codebase' Markdown for a public repo (most recent commit).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.gluecron_create_issue— Create a new issue on a Gluecron repository.gluecron_comment_issue— Add a comment to an existing issue.gluecron_close_issue— Close an open issue.