Skip to content

tableau graphql mcp for Zed

io.github.tdries/tableau-graphql-mcp

Ask any Tableau lineage question, in any MCP client, through the Tableau Metadata API.

client:Zed transport:stdio runtime:pypi

Install tableau graphql mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "tableau-graphql-mcp": {
      "command": "uvx",
      "args": [
        "tableau-graphql-mcp"
      ],
      "env": {
        "TABLEAU_SERVER": "<TABLEAU_SERVER>",
        "TABLEAU_SITE_CONTENT_URL": "<TABLEAU_SITE_CONTENT_URL>",
        "TABLEAU_PAT_NAME": "<TABLEAU_PAT_NAME>",
        "TABLEAU_PAT_SECRET": "<TABLEAU_PAT_SECRET>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

tableau graphql mcp in other clients