Siftable for Windsurf
io.github.tom-r-main/mcp-server
Siftable MCP server for governed work, knowledge, calendar, people, datasets, and Vault.
client:Windsurf
transport:stdio
runtime:npm
Install Siftable in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@siftable/mcp-server"
],
"env": {
"SIFT_API_URL": "<SIFT_API_URL>",
"SIFT_PAT": "<SIFT_PAT>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs