Skip to main content
Glama

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-mcp

Related MCP server: Agentic MCP Server

Environment variables

Variable

Required

Description

GCONTEXT_TOKEN

yes

Your workspace token (from app.gcontext.ai)

GCONTEXT_API_URL

no

API endpoint (default: https://app.gcontext.ai)

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

A
license - permissive license
-
quality - not tested
F
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    Acts as the 'Hands and Eyes' for an Autonomous AI Agent, bridging Large Language Models and your local development environment to enable safe file manipulation, context reading, command execution, and documentation verification.
    Last updated
    2
  • A
    license
    A
    quality
    C
    maintenance
    Bridges a local AI agent to a Colab session in the browser, enabling code execution and file operations through the Model Context Protocol.
    Last updated
    9
    Apache 2.0
  • A
    license
    -
    quality
    A
    maintenance
    Bridges ChatGPT with local computer for controlled file and project management, featuring session-based collaboration and diff tracking.
    Last updated
    4
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • Securely search and manage workspace context files for AI agents and teams.

  • Stop re-explaining yourself to Agents. Give it the right context, right when needed.

  • Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.

View all MCP Connectors

Latest Blog Posts

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