Siftable for Claude Desktop
io.github.tom-r-main/mcp-server
Siftable MCP server for governed work, knowledge, calendar, people, datasets, and Vault.
client:Claude Desktop
transport:stdio
runtime:npm
Install Siftable in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@siftable/mcp-server"
],
"env": {
"SIFT_API_URL": "<SIFT_API_URL>",
"SIFT_PAT": "<SIFT_PAT>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs