Skip to content
VS Code

mcp public for VS Code

com.ulule/mcp-public

Ulule public MCP server — OAuth 2.1, per-user tokens; tools scoped to the user.

client:VS Code transport:streamable-http

Install mcp public in VS Code

.vscode/mcp.json

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

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

mcp public in other clients