Skip to content
Zed

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

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

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

Siftable in other clients