Skip to content
VS Code

SiteGPT for VS Code

io.github.sitegpt/sitegpt

Manage SiteGPT chatbots and account resources through the SiteGPT API v2.

client:VS Code transport:streamable-http

Install SiteGPT in VS Code

.vscode/mcp.json

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

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

SiteGPT in other clients