gcontext-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@gcontext-mcplist all files in my workspace"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
gcontext-mcp
The local MCP connector for gcontext. Runs on your machine as a stdio MCP server, bridging your AI agent to your gcontext workspace in the cloud.
Structure (files, folders, types, secret names) lives in the cloud
Secret values and script execution stay local, on your machine
Install
Add to Claude Code:
claude mcp add-json gcontext-personal '{"type":"stdio","command":"uvx","args":["gcontext-mcp"],"env":{"GCONTEXT_TOKEN":"<your token>"}}'Or run directly:
uvx gcontext-mcpRelated MCP server: Agentic MCP Server
Environment variables
Variable | Required | Description |
| yes | Your workspace token (from app.gcontext.ai) |
| no | API endpoint (default: |
Self-hosting
If you self-host the gcontext backend, point GCONTEXT_API_URL to your instance:
{"type":"stdio","command":"uvx","args":["gcontext-mcp"],"env":{"GCONTEXT_TOKEN":"<token>","GCONTEXT_API_URL":"http://localhost:5179"}}See self-hosting docs for backend setup.
What this connector does
The connector exposes MCP tools for reading, writing, searching, and managing files in your gcontext workspace. Secret values are stored locally (in ~/.gcontext/.env) and injected at script runtime without ever leaving your machine.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bleak-ai/gcontext-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server