Writing Workspace MCP
by FinalTheory
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_PORT | No | Port the MCP server listens on. Defaults to 8765. | 8765 |
| COMPOSE_FILE | No | Docker Compose file list; set to 'compose.yaml:compose.additional.yaml' to enable the additional mount. | |
| MCP_EXECUTION_HOME | No | Home directory used for child processes, for example '/tmp/mcp-home' in Docker. Leave empty to use the current user's home. | |
| MCP_WORKSPACE_ROOT | No | Absolute path to the workspace directory when running the server directly (not via Docker). | |
| MCP_WORKSPACE_HOST_PATH | No | Absolute host path to the workspace directory to be mounted into the container (for Docker deployment). | |
| MCP_ADDITIONAL_HOST_PATH | No | Host path for an optional additional bind mount. | |
| MCP_ADDITIONAL_READ_ONLY | No | Set to 'true' to mount the additional path read-only. Defaults to 'false'. | |
| MCP_DRAFT_COMMIT_PASSWORD | Yes | Password required for draft diff and revert operations. | |
| MCP_CHATGPT_BROWSER_HEADLESS | No | Set to 'false' to run the ChatGPT browser in headed mode via Xvfb. Defaults to 'true' for headless. | |
| MCP_ADDITIONAL_CONTAINER_PATH | No | Container path for the optional additional bind mount, exposed as MCP_ADDITIONAL_ROOT. | |
| MCP_CHATGPT_AUTOMATION_ENABLED | No | Set to 'true' to enable the ChatGPT sub-agent automation interface. Defaults to 'false'. | false |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues