Skip to content
VS Code

taufunctions for VS Code

io.github.jyswee/taufunctions

Serverless functions for coding agents. Deploy, invoke, monitor. 13 tools, stdio or remote SSE.

client:VS Code transport:sse runtime:npm

Install taufunctions in VS Code

.vscode/mcp.json

{
  "servers": {
    "taufunctions": {
      "type": "sse",
      "url": "https://mcp.taufunctions.com/sse"
    }
  }
}

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

taufunctions in other clients