Siftable for Gemini CLI
io.github.tom-r-main/mcp-server
Siftable MCP server for governed work, knowledge, calendar, people, datasets, and Vault.
client:Gemini CLI
transport:stdio
runtime:npm
Install Siftable in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@siftable/mcp-server"
],
"env": {
"SIFT_API_URL": "<SIFT_API_URL>",
"SIFT_PAT": "<SIFT_PAT>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs