Skip to content
VS Code

Artel for VS Code

io.github.nicolasprimeau/artel

Self-hosted shared-memory & coordination mesh for AI agent fleets. You host it; agents connect.

client:VS Code transport:streamable-http

Install Artel in VS Code

.vscode/mcp.json

{
  "servers": {
    "artel": {
      "type": "http",
      "url": "https://{artel_host}/mcp"
    }
  }
}

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

Artel in other clients