shared-workspace-mcp

WhileTrueBlackObelizk/shared-workspace-mcp
★ 0 stars Python AI/LLM Updated today
Shared Workspace MCP server for agent handover, pipelines, code tools, and token usage tracking
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "shared-workspace-mcp": {
      "command": "uvx",
      "args": [
        "shared-workspace-mcp"
      ]
    }
  }
}

Or install with pip: pip install shared-workspace-mcp

README Excerpt

<div align="center"> <img src="assets/banner.svg" alt="Cairn" width="100%" /> <p> <a href="https://github.com/WhileTrueBlackObelizk/shared-workspace-mcp/actions/workflows/ci.yml"><img alt="CI" src="https://github.com/WhileTrueBlackObelizk/shared-workspace-mcp/actions/workflows/ci.yml/badge.svg"></a> <img alt="Python" src="https://img.shields.io/badge/python-3.12-3776AB?logo=python&logoColor=white">