ChatGPT Context Bridge
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CONTEXT_BRIDGE_DATA_DIR | No | Directory for staging data. If not set, may use a default. | |
| CONTEXT_BRIDGE_IMPORT_ROOTS | No | Comma-separated paths to import roots. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_contextA | Search private Context Bridge staging records. Read-only. Returns staged chat IDs, titles, summaries, and draft paths when present. |
| stage_chatA | Read a local ChatGPT export JSON or manual markdown chat file, redact sensitive values, classify it, and write only staging artifacts. Does not write to Homebase or Notion. |
| summarize_threadA | Return the deterministic summary, action candidates, and risk notes for one staged chat ID. Read-only. |
| propose_homebase_noteA | Create a staged Homebase markdown draft and suggested canonical path for one staged chat. Draft-only; no Homebase repo writes. |
| propose_notion_pageA | Create a staged Notion payload with verification notes for one staged chat. Draft-only; no Notion API calls or page mutations. |
| generate_image_assetA | Generate an image with OpenAI image generation, save it into Context Bridge staging, and return the local staged file path plus manifest metadata. Requires OPENAI_API_KEY. Does not publish media. |
| register_image_assetA | Stage image-generation artifacts by recording prompt, source chat, usage-rights note, and optional local copied asset. Does not publish media. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/howdycarter/chatgpt-context-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server