MCP Server
MCP
Siftable
Siftable MCP server for governed work, knowledge, calendar, people, datasets, and Vault.
Install
npx -y @siftable/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@siftable/mcp-server",
"version": "1.2.19",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Siftable API URL (e.g. https://siftable.io)",
"isRequired": true,
"name": "SIFT_API_URL"
},
{
"description": "Personal Access Token (create at Settings → Developer → Access Tokens)",
"isRequired": true,
"isSecret": true,
"name": "SIFT_PAT"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment