Pre-launch — Gluecron is in final validation. Public signups and git hosting for non-owner users open after launch review.
CodeIssuesDiscussionsWikiPull RequestsProjectsCommitsActionsReleasesContributorsPulse● GatesSecuritySettingsDeploymentsPipelineInsightsAgents✨ Explain✨ Ask AI✨ Workspace✨ Spec✨ Tests▓ Debt Map✨ NL Search🏛 Archaeology
Blame · Line-by-line history

.mcp.json

Each line is annotated with the commit that last touched it. Click any SHA to jump to that commit and see the surrounding change.

.mcp.jsonBlame11 lines · 1 contributor
4cd9a67Claude1{
2 "mcpServers": {
3 "gluecron": {
4 "type": "http",
5 "url": "https://gluecron.com/mcp",
6 "headers": {
7 "Authorization": "Bearer ${GLUECRON_PAT}"
8 }
9 }
10 }
11}