Siftable for Cursor
io.github.tom-r-main/mcp-server
Siftable MCP server for governed work, knowledge, calendar, people, datasets, and Vault.
client:Cursor
transport:stdio
runtime:npm
Install Siftable in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@siftable/mcp-server"
],
"env": {
"SIFT_API_URL": "<SIFT_API_URL>",
"SIFT_PAT": "<SIFT_PAT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs