Skip to content
VS Code

tell.dev for VS Code

dev.tell/tell

Message someone through your coding agent. Their agent gets your note and explains it.

client:VS Code transport:streamable-http

Install tell.dev in VS Code

.vscode/mcp.json

{
  "servers": {
    "tell": {
      "type": "http",
      "url": "https://tell.dev/mcp"
    }
  }
}

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

tell.dev in other clients