Yedu Sricharan Thirnathi • 3 months ago
Knowledge Graph endpoint not available
Hi, Showcase track participant here.
My provisioned project is gitlab-ai-hackathon/transcend/39265969 and glab orbit remote status shows the Orbit service itself as healthy, but glab orbit remote graph-status --full-path gitlab-ai-hackathon/transcend/39265969 returns a 404 saying the knowledge_graph feature flag is disabled for my user on this instance.
Could someone enable it for my account so I can start querying Orbit for my project?
Thanks!
Log in or sign up for Devpost to join the conversation.

2 comments
Lee Tickett Manager • 3 months ago
The feature flag is enabled globally so that shouldn't be a problem.
When I run that command it works AOK.
Is it possible you are not authenticated with the correct user credentials or you have used a PAT with incorrect scope?
Prateek Srivastava • 3 months ago
For the graph-status 404 — check your glab auth specifically. `glab orbit remote query` works
for me because glab uses its own OAuth token; a scope-limited PAT got 403 on the MCP endpoint
for me. Run `glab auth status` and make sure you're authed as your user, not a restricted PAT.
Once graph access works, wire the agent via the Orbit MCP in ~/.gitlab/duo/mcp.json (see my thread).