Skip to content
VS Code

autopm for VS Code

io.github.fluidumber/autopm

18 AI product-management robots for market research, financials, and execution specs. No API keys

client:VS Code transport:stdio runtime:npm

Install autopm in VS Code

.vscode/mcp.json

{
  "servers": {
    "autopm": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@productflow/autopm"
      ]
    }
  }
}

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

autopm in other clients