Skip to content
VS Code

plori for VS Code

ai.plori/plori

Create and drive plori cloud agents and workflows over MCP; each agent has its own environment.

client:VS Code transport:streamable-http

Install plori in VS Code

.vscode/mcp.json

{
  "servers": {
    "plori": {
      "type": "http",
      "url": "https://api.plori.ai/mcp"
    }
  }
}

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

plori in other clients