workplace

achrafElFaiq/workplace
★ 0 stars Python AI/LLM Updated 3d ago
Personal productivity workspace with independent tools (job tracker, email reader, calendar, todo list, ...) running as Docker services behind a single portal. Each tool follows a plugin convention for easy addition/removal, can be exposed as an MCP server, and be managed by an AI Agent (OpenClaw, Hermes by Nous) or a full Harness.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "workplace": {
      "command": "uvx",
      "args": [
        "workplace"
      ]
    }
  }
}

Or install with pip: pip install workplace