← Back to Plugins
MCP Server MCP

Siftable

github By github 👁 1 views ▲ 0 votes

Siftable MCP server for governed work, knowledge, calendar, people, datasets, and Vault.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...