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

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

server.jsonBlame14 lines · 1 contributor
cb65da8ccanty labs1{
2 "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3 "name": "com.gluecron/gluecron",
4 "title": "Gluecron",
9945e2cccanty labs5 "description": "AI-native git hosting — repos, PRs, issues, CI gates, and AI code review over MCP (60 tools).",
cb65da8ccanty labs6 "version": "1.0.0",
7 "websiteUrl": "https://gluecron.com",
8 "remotes": [
9 {
10 "type": "streamable-http",
11 "url": "https://gluecron.com/mcp"
12 }
13 ]
14}