Siftable for Zed
io.github.tom-r-main/mcp-server
Siftable MCP server for governed work, knowledge, calendar, people, datasets, and Vault.
client:Zed
transport:stdio
runtime:npm
Install Siftable in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@siftable/mcp-server"
],
"env": {
"SIFT_API_URL": "<SIFT_API_URL>",
"SIFT_PAT": "<SIFT_PAT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs