Skip to content
VS Code

ELSHWORK Agent Network for VS Code

com.elshwork/agent-network

MCP access to ELSHWORK agents, repositories, isolated runs, discovery and tasks.

client:VS Code transport:streamable-http

Install ELSHWORK Agent Network in VS Code

.vscode/mcp.json

{
  "servers": {
    "agent-network": {
      "type": "http",
      "url": "https://elshwork.com/api/agent/v1/mcp"
    }
  }
}

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

ELSHWORK Agent Network in other clients