$ timeahead.in
mcp/charlie-work/install/cursor

install Charlie Work on Cursor

Requires the runtime declared in the upstream repo — check the README before running. Cursor reloads its MCP servers automatically the moment the file is saved — no restart needed. Paste the config below, then follow the reload step to register Charlie Work.

paste into
global: ~/.cursor/mcp.json
project: .cursor/mcp.json (commit alongside your repo)
{
  "mcpServers": {
    "charlie-work": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/Falcon305/charlie-work-mcp",
        "charlie-work-mcp"
      ]
    }
  }
}
then: No restart needed — Cursor picks up the change automatically.
other clients
Claude DesktopWindsurfVS Code (Copilot)Claude Code
← back to Charlie Work