Build context like you build code

$ curl -LsSf gcontext.ai/gcontext/install.sh | sh
GitHub
Works withClaude CodeCursorCodexpi.dev

See it in action

Context modules give your agent structured files it can navigate by itself.

Your context is just files

No vector database. No prompt templates. A file tree your agent reads top-down.

context/
├─ llms.txt # the index the agent reads first
├─ integrations/
│ └─ postgres/
│ ├─ info.md
│ └─ module.yaml
├─ workflows/
│ └─ deploy/
│ ├─ info.md
│ └─ module.yaml
└─ tasks/
└─ sprint/
├─ info.md
└─ module.yaml

See it work

Hover or tap a panel to take a closer look.

No context vs. structured modules, side by side.

no contextno memory
Chat 1

Investigate support ticket SUP-123

I don't have access to that ticket. What system is it tracked in? What's the issue?

It's in Linear. User hasn't received payment, probably Supabase. Here are the logs: [14:31:02] ERR payment.webhook timeout [14:31:03] ERR edge_fn: payment-process

Based on those logs, the webhook timed out. Likely a Supabase edge function failure. Check payment-process errors around 14:31.

new chat
Chat 2

What's the status of SUP-123?

I don't have context for that ticket.

“It has transformed how I approach solving support tasks. From a boring task I was always procrastinating into something actually fun to do.”

Stefano Saitta·CTO, MAAT·

“Our gcontext Cloud agent helps us build posts for insights.soundmurai.com. It pulls global live-music data from our database to generate the insights.”

Eduard Aymerich·Co-Founder, Soundmurai·

Your workspace, your rules

Open source and local. Your context lives in your repo as files — portable, yours to keep.

CLI

Open source

Build and sync context modules from your terminal. Free forever.

$ curl -LsSf gcontext.ai/gcontext/install.sh | sh
View on GitHub →

gcontext Cloud

Coming soon

Everything in the CLI, plus a visual editor, AI chat with your context, and managed infrastructure.