Skip to content
VS Code

meteor for VS Code

co.com.meteor/meteor

Ejecuta Mets, gestiona contactos y tareas, y lee los datos de tu workspace.

client:VS Code transport:streamable-http

Install meteor in VS Code

.vscode/mcp.json

{
  "servers": {
    "meteor": {
      "type": "http",
      "url": "https://api.met.meteor.com.co/api/v1/mcp"
    }
  }
}

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

meteor in other clients