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
{
"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