Skip to content
VS Code

Subotiz MCP for VS Code

io.github.subotiz/subotiz-dev-mcp

Connect AI assistants to Subotiz - Using Subotiz's external capabilities through natural language

client:VS Code transport:streamable-http

Install Subotiz MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "subotiz-dev-mcp": {
      "type": "http",
      "url": "https://api.subotiz.com/mcp"
    }
  }
}

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

Subotiz MCP in other clients