Skip to main content
Glama
chatre7yos

chatgpt-local-mcp-bridge

by chatre7yos

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CHATGPT_BRIDGE_WORKSPACEYesThe absolute path to the single workspace directory that the MCP bridge is allowed to access (read-only). Must be set to an explicit path; otherwise the bridge cannot determine its bounded root.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
workspace_listA

Return the one configured, read-only workspace.

list_filesC

List safe files and directories under the configured workspace path.

read_fileA

Read a bounded UTF-8 text file under the configured workspace; secret-like paths are blocked.

search_textA

Search UTF-8 text recursively under the configured workspace while skipping generated and sensitive paths.

git_statusA

Return read-only Git status for the configured workspace.

git_diffA

Return the bounded read-only Git diff for the configured workspace.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/chatre7yos/chatgpt-local-mcp-bridge'

If you have feedback or need assistance with the MCP directory API, please join our Discord server