ouroboros-workspace-bridge

kwj903/ouroboros-workspace-bridge
★ 2 stars Python 💻 Code/Dev Tools Updated today
Local MCP server and review UI for safe ChatGPT workspace operations.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ouroboros-workspace-": {
      "command": "uvx",
      "args": [
        "ouroboros-workspace-bridge"
      ]
    }
  }
}

Or install with pip: pip install ouroboros-workspace-bridge

README Excerpt

English | [한국어](README.ko.md) <p align="center"> <img src="assets/brand/ouroboros-by-KwakWooJae.png" alt="Ouroboros by KwakWooJae logo" width="220"> </p> Local-first MCP bridge for safely letting ChatGPT work inside your workspace. Ouroboros Workspace Bridge lets ChatGPT inspect a local project and propose file edits or commands without applying them directly. Risky work is staged as a pending bundle, shown in a localhost review UI, and applied only after you approve it.