Zed
Integration

Overview

Zed is a high-performance collaborative code editor built for speed and focus. Connecting Zed to the Shortcut MCP Server lets AI agents access your Stories and Epics, so they can generate tasks, track progress, and keep Shortcut up to date as you work.

How to Setup

Zed MCP Documentation

  1. Open your settings.json file. Instructions here
  2. Add the following details and save the file:
  "context_servers": {
    "shortcut": {
      "settings":{},
      "command": {
        "path": "<PATH/TO/NPX>",
        "args": [
          "-y",
          "@shortcut/mcp@latest"
        ],
        "env": {
          "SHORTCUT_API_TOKEN": "<YOUR_SHORTCUT_API_TOKEN>"
        }
      }
    }
  }
No items found.

More Integrations...

Omnea

Create Stories from Omnea workflows

Zed

Connect Zed to the Shortcut MCP Server

Claude Code

Connect Claude Code to the Shortcut MCP Server