Skip to content
VS Code

callable for VS Code

io.github.ccstt-dev/callable

API for AI agents to delegate tasks to real humans.

client:VS Code transport:streamable-http tools:3

Install callable in VS Code

.vscode/mcp.json

{
  "servers": {
    "callable": {
      "type": "http",
      "url": "https://getcallable.dev/api/mcp"
    }
  }
}

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

What VS Code can do once it is connected

callable in other clients