Skip to content
Zed

INSSIST for Zed

io.github.inssist/inssist-mcp

Drive your own logged-in Instagram session via the INSSIST extension: read, publish, DMs, analytics.

client:Zed transport:stdio runtime:npm

Install INSSIST in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "inssist-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@inssist/mcp"
      ],
      "env": {
        "INSSIST_MCP_PORT": "<INSSIST_MCP_PORT>",
        "INSSIST_MCP_HOME": "<INSSIST_MCP_HOME>"
      }
    }
  }
}

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

INSSIST in other clients