Loading MCP server directory, please wait...
Siftable MCP server for governed work, knowledge, calendar, people, datasets, and Vault.
npx @getmcp/cli add io.github.Tom-R-Main/mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
SIFT_API_URLSiftable API URL (e.g. https://siftable.io)
SIFT_PATPersonal Access Token (create at Settings → Developer → Access Tokens)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Tom-R-Main/mcp-server": {
"command": "npx",
"args": [
"-y",
"@siftable/mcp-server"
],
"env": {
"SIFT_API_URL": "",
"SIFT_PAT": ""
}
}
}
}