twist for Zed
com.pulsemcp/twist
MCP server for Twist team messaging — manage channels, threads, and messages.
client:Zed
transport:stdio
runtime:npm
Install twist in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"twist": {
"command": "npx",
"args": [
"-y",
"twist-mcp-server"
],
"env": {
"TWIST_BEARER_TOKEN": "<TWIST_BEARER_TOKEN>",
"TWIST_WORKSPACE_ID": "<TWIST_WORKSPACE_ID>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs