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",
5 "description": "AI-native git hosting: repos, pull requests, issues, CI gates, AI code review, and semantic code search — 60 tools. OAuth self-serve (dynamic client registration) or personal access token.",
6 "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}