Skip to content
Zed

Granoflow for Zed

com.granoflow/mcp-server

Connect MCP-capable AI agents to local Granoflow tasks, reviews, cards, imports, and work memory.

client:Zed transport:stdio runtime:npm

Install Granoflow in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@granoflow/mcp-server"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Granoflow in other clients