Skip to content
VS Code

Tmdb for VS Code

io.github.pipeworx-io/tmdb

TMDB v3 MCP.

client:VS Code transport:streamable-http

Install Tmdb in VS Code

.vscode/mcp.json

{
  "servers": {
    "tmdb": {
      "type": "http",
      "url": "https://gateway.pipeworx.io/tmdb/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Tmdb in other clients