Skip to content
VS Code

agentwork mcp for VS Code

io.github.ferm-ai/agentwork-mcp

Official MCP server for Agentwork — delegate tasks to AI agents with human-in-the-loop

client:VS Code transport:streamable-http runtime:pypi

Install agentwork mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "agentwork-mcp": {
      "type": "http",
      "url": "https://mcp.agentwork.so/"
    }
  }
}

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

agentwork mcp in other clients